mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-09 14:28:37 +00:00
[update][lhal] update lhal
* update lhal api comments * add cam driver * add efuse driver * add iso11898 driver
This commit is contained in:
parent
185805cbbe
commit
a77b0dc866
60 changed files with 8782 additions and 429 deletions
|
@ -7,12 +7,22 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
void bflb_efuse_get_chipid(uint8_t chipid[8]);
|
||||
|
||||
uint8_t bflb_efuse_is_mac_address_slot_empty(uint8_t slot, uint8_t reload);
|
||||
int bflb_efuse_write_mac_address_opt(uint8_t slot, uint8_t mac[6], uint8_t program);
|
||||
int bflb_efuse_read_mac_address_opt(uint8_t slot, uint8_t mac[6], uint8_t reload);
|
||||
|
||||
float bflb_efuse_get_adc_trim(void);
|
||||
uint32_t bflb_efuse_get_adc_tsen_trim(void);
|
||||
void bflb_efuse_write_secure_boot();
|
||||
|
||||
void bflb_efuse_read_secure_boot(uint8_t *sign, uint8_t *aes);
|
||||
void bflb_efuse_write_aes_key(uint8_t index, uint8_t *data, uint32_t len);
|
||||
void bflb_efuse_read_aes_key(uint8_t index, uint8_t *data, uint32_t len);
|
||||
|
||||
void bflb_efuse_write_sw_usage(uint32_t index, uint32_t usage, uint8_t program);
|
||||
void bflb_efuse_read_sw_usage(uint32_t index, uint32_t *usage);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue