Collaboration diagram for Functions: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_fedge (void) |
| Indicate if the BOD REDGE 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. More... | |
| void | ll_bod_struct_init (ll_bod_init_t *p_bod_init) |
| Set BOD initial 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 195 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 182 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 ~ 0x7 |
Definition at line 208 of file gr55xx_ll_bod.h.
| __STATIC_INLINE void ll_bod_clear_flag_fedge | ( | void | ) |
Clear Interrupt Status flag.
| Register | BitsName |
|---|---|
| AON_IRQ | PMU_BOD_REDGE |
| None |
Definition at line 288 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 169 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 260 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 156 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 246 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.
| 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 REDGE Event Flag is set or not.
| Register | BitsName |
|---|---|
| AON_IRQ | PMU_BOD_REDGE |
| State | of bit (1 or 0). |
Definition at line 274 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 232 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 220 of file gr55xx_ll_bod.h.
| void ll_bod_struct_init | ( | ll_bod_init_t * | p_bod_init | ) |
Set BOD initial structure to default value.
| p_bod_init | Pointer to a ll_bod_init_t structure whose fields will be set to default values. |
| None |