Searched refs:offset_in_bits (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/efuse/src/ |
D | esp_efuse_api.c | 207 esp_err_t esp_efuse_read_block(esp_efuse_block_t blk, void* dst_key, size_t offset_in_bits, size_t … in esp_efuse_read_block() argument 214 {blk, offset_in_bits, size_bits}, in esp_efuse_read_block() 227 esp_err_t esp_efuse_write_block(esp_efuse_block_t blk, const void* src_key, size_t offset_in_bits, … in esp_efuse_write_block() argument 234 {blk, offset_in_bits, size_bits}, in esp_efuse_write_block()
|
D | esp_efuse_utility.c | 46 static bool check_range_of_bits(esp_efuse_block_t blk, int offset_in_bits, int size_bits); 399 static bool check_range_of_bits(esp_efuse_block_t blk, int offset_in_bits, int size_bits) argument 401 int max_num_bit = offset_in_bits + size_bits;
|
/hal_espressif-latest/components/efuse/include/ |
D | esp_efuse.h | 260 esp_err_t esp_efuse_read_block(esp_efuse_block_t blk, void* dst_key, size_t offset_in_bits, size_t … 276 esp_err_t esp_efuse_write_block(esp_efuse_block_t blk, const void* src_key, size_t offset_in_bits, …
|
/hal_espressif-latest/components/efuse/src/efuse_controller/keys/without_key_purposes/one_key_block/ |
D | esp_efuse_api_key.c | 201 size_t offset_in_bits = (purpose == ESP_EFUSE_KEY_PURPOSE_SECURE_BOOT_V2) ? 16 * 8 : 0; in esp_efuse_write_key() local 202 ESP_EFUSE_CHK(esp_efuse_write_block(block, key, offset_in_bits, key_size_bytes * 8)); in esp_efuse_write_key()
|