Functions | |
__STATIC_INLINE void | ll_bod_enable (void) |
Enable the bod. More... | |
__STATIC_INLINE void | ll_bod_disable (void) |
Disable the bod. More... | |
__STATIC_INLINE void | ll_bod2_enable (void) |
Enable the bod2. More... | |
__STATIC_INLINE void | ll_bod2_disable (void) |
Disable the bod2. More... | |
__STATIC_INLINE void | ll_bod2_lvl_ctrl_lv_set (uint8_t lvl_ctrl_lv) |
Set bod control level. More... | |
__STATIC_INLINE void | ll_bod_static_lv_enable (void) |
enable bod static lv More... | |
__STATIC_INLINE void | ll_bod_static_lv_disable (void) |
disable bod static lv More... | |
__STATIC_INLINE void | ll_bod_enable_fedge (void) |
enable BOD FEDGE Event. More... | |
__STATIC_INLINE void | ll_bod_disable_fedge (void) |
disable BOD FEDGE Event. More... | |
__STATIC_INLINE uint32_t | ll_bod_is_active_flag_redge (void) |
Indicate if the BOD REDGE Event Flag is set or not. More... | |
__STATIC_INLINE void | ll_bod_clear_flag_redge (void) |
Clear Interrupt Status flag. More... | |
__STATIC_INLINE uint32_t | ll_bod_is_active_flag_fedge (void) |
Indicate if the BOD FEDGE Event Flag is set or not. More... | |
__STATIC_INLINE void | ll_bod_clear_flag_fedge (void) |
Clear Interrupt Status flag. More... | |
error_status_t | ll_bod_deinit (void) |
De-initialize the BOD registers to their default reset values. More... | |
error_status_t | ll_bod_init (ll_bod_init_t *p_bod_init) |
Initialize the BOD registers according to the specified parameters in p_bod_init. More... | |
void | ll_bod_struct_init (ll_bod_init_t *p_bod_init) |
Set each field of a ll_pdm_init_t type structure to default value. More... | |
__STATIC_INLINE void ll_bod2_disable | ( | void | ) |
Disable the bod2.
Register|BitsName --------|-------- RF_REG_3 | bod2_en_lv
Definition at line 215 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod2_enable | ( | void | ) |
Enable the bod2.
Register|BitsName --------|-------- RF_REG_3 | bod2_en_lv
Definition at line 198 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod2_lvl_ctrl_lv_set | ( | uint8_t | lvl_ctrl_lv | ) |
Set bod control level.
Register|BitsName --------|-------- RF_REG_3 | bod_lvl_ctrl_lv_3_0
lvl_ctrl_lv | 0x0 ~ 0xF |
Definition at line 232 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod_clear_flag_fedge | ( | void | ) |
Clear Interrupt Status flag.
Register|BitsName --------|-------- SLP_EVENT| SLP_EVENT_BOD
None |
Definition at line 355 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod_clear_flag_redge | ( | void | ) |
Clear Interrupt Status flag.
Register|BitsName --------|-------- AON_IRQ| PMU_BOD_REDGE
None |
Definition at line 327 of file gr55xx_ll_bod.h.
error_status_t ll_bod_deinit | ( | void | ) |
De-initialize the BOD registers to their default reset values.
An | error_status_t enumeration value:
|
__STATIC_INLINE void ll_bod_disable | ( | void | ) |
Disable the bod.
Register|BitsName --------|-------- RF_REG_3 | bod_en_lv
Definition at line 181 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod_disable_fedge | ( | void | ) |
disable BOD FEDGE Event.
Register|BitsName --------|-------- AON_IRQ | PMU_BOD_FEDGE
State | of bit (1 or 0). |
Definition at line 299 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod_enable | ( | void | ) |
Enable the bod.
Register|BitsName --------|-------- RF_REG_3 | bod_en_lv
Definition at line 164 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod_enable_fedge | ( | void | ) |
enable BOD FEDGE Event.
Register|BitsName --------|-------- AON_IRQ | PMU_BOD_FEDGE
State | of bit (1 or 0). |
Definition at line 285 of file gr55xx_ll_bod.h.
error_status_t ll_bod_init | ( | ll_bod_init_t * | p_bod_init | ) |
Initialize the BOD registers according to the specified parameters in p_bod_init.
p_bod_init | pointer to a ll_bod_init_t structure. |
An | error_status_t enumeration value:
|
__STATIC_INLINE uint32_t ll_bod_is_active_flag_fedge | ( | void | ) |
Indicate if the BOD FEDGE Event Flag is set or not.
Register|BitsName --------|-------- SLP_EVENT | SLP_EVENT_BOD
State | of bit (1 or 0). |
Definition at line 341 of file gr55xx_ll_bod.h.
__STATIC_INLINE uint32_t ll_bod_is_active_flag_redge | ( | void | ) |
Indicate if the BOD REDGE Event Flag is set or not.
Register|BitsName --------|-------- AON_IRQ | PMU_BOD_REDGE
State | of bit (1 or 0). |
Definition at line 313 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod_static_lv_disable | ( | void | ) |
disable bod static lv
Register|BitsName --------|-------- RF_REG_3 | bod_static_lv
Definition at line 267 of file gr55xx_ll_bod.h.
__STATIC_INLINE void ll_bod_static_lv_enable | ( | void | ) |
enable bod static lv
Register|BitsName --------|-------- RF_REG_3 | bod_static_lv
Definition at line 251 of file gr55xx_ll_bod.h.
void ll_bod_struct_init | ( | ll_bod_init_t * | p_bod_init | ) |
Set each field of a ll_pdm_init_t type structure to default value.
p_bod_init | Pointer to a ll_bod_init_t structure whose fields will be set to default values. |
None |