![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
函数 | |
void | efuse_unlock (void) |
void | efuse_lock (void) |
void | efuse_clk_freq_sel (efuse_clk_freq_t clk) |
void | efuse_write_start (void) |
void | efuse_read_start (void) |
bool | efuse_check_idle (void) |
void | efuse_burn_data_set (uint32_t data, uint8_t addr) |
void | efuse_int_enable (efuse_int_fun_t int_fun, FunctionalState cmd) |
void | efuse_int_clear (efuse_int_fun_t int_fun) |
bool | efuse_check_int_state (efuse_int_fun_t int_fun) |
void | wait_efuse_read_down_int (void) |
void | wait_efuse_burn_down_int (void) |
uint32_t | efuse_read_data (uint8_t word_num) |
void efuse_burn_data_set | ( | uint32_t | data, |
uint8_t | addr | ||
) |
bool efuse_check_idle | ( | void | ) |
bool efuse_check_int_state | ( | efuse_int_fun_t | int_fun | ) |
void efuse_clk_freq_sel | ( | efuse_clk_freq_t | clk | ) |
void efuse_int_clear | ( | efuse_int_fun_t | int_fun | ) |
void efuse_int_enable | ( | efuse_int_fun_t | int_fun, |
FunctionalState | cmd | ||
) |
void efuse_lock | ( | void | ) |
uint32_t efuse_read_data | ( | uint8_t | word_num | ) |
void efuse_read_start | ( | void | ) |
void efuse_unlock | ( | void | ) |
void efuse_write_start | ( | void | ) |
void wait_efuse_burn_down_int | ( | void | ) |
void wait_efuse_read_down_int | ( | void | ) |