#include "hpm_common.h"
#include "hpm_bkey_regs.h"
Go to the source code of this file.
|
| static void | bkey_set_key_data (BKEY_Type *ptr, uint8_t key, uint8_t start, uint32_t *data, uint8_t size) |
| | bkey set key content More...
|
| |
| static void | bkey_get_key_data (BKEY_Type *ptr, uint8_t key, uint8_t start, uint32_t *data, uint8_t size) |
| | bkey fetch key content More...
|
| |
| static void | bkey_lock (BKEY_Type *ptr, uint8_t key, bkey_lock_type_t lock, uint16_t ecc) |
| | bkey lock key More...
|
| |
| static void | bkey_select_key (BKEY_Type *ptr, uint8_t key) |
| | bkey select key More...
|
| |