Functions | |
__STATIC_INLINE void | ll_bod_bod_enable (void) |
Enable the bod. More... | |
__STATIC_INLINE void | ll_bod_bod_disable (void) |
Disable the bod. More... | |
__STATIC_INLINE void | ll_bod_bod2_enable (void) |
Enable the bod2. More... | |
__STATIC_INLINE void | ll_bod_bod2_disable (void) |
Disable the bod2. More... | |
__STATIC_INLINE void | ll_bod_bod2_lvl_ctrl_lv_set (uint8_t lvl_ctrl_lv) |
Set bod control level. More... | |
__STATIC_INLINE void | ll_bod_static_enable (void) |
enable bod static lv More... | |
__STATIC_INLINE void | ll_bod_static_disable (void) |
disable bod static lv More... | |
__STATIC_INLINE void | ll_bod_bod2_auto_power_bypass_enable (void) |
Enable the bod2 auto power bypass. More... | |
__STATIC_INLINE void | ll_bod_bod2_auto_power_bypass_disable (void) |
Disable the bod2 auto power bypass. More... | |
__STATIC_INLINE uint32_t | ll_bod_bod2_is_active_flag_bod_ok (void) |
Indicate if the BOD Power Flag is set or not. More... | |
__STATIC_INLINE uint32_t | ll_bod_bod2_is_active_flag_bod2_pwr_ctrl_post (void) |
Indicate if the BOD2 Power Flag is set or not. More... | |
__STATIC_INLINE uint32_t | ll_bod_bod2_is_active_flag_pmu_bod_intr (void) |
Indicate if the BOD INTR Flag is set or not. More... | |
__STATIC_INLINE void | ll_bod_bod2_enable_fedge (void) |
enable BOD FEDGE Event. More... | |
__STATIC_INLINE void | ll_bod_bod2_disable_fedge (void) |
disable BOD FEDGE Event. More... | |
__STATIC_INLINE void | ll_bod_bod2_enable_redge (void) |
enable BOD REDGE Event. More... | |
__STATIC_INLINE void | ll_bod_bod2_disable_redge (void) |
disable BOD REDGE Event. More... | |
__STATIC_INLINE uint32_t | ll_bod_bod2_is_active_flag_fedge (void) |
Indicate if the BOD FEDGE Event Flag is set or not. More... | |
__STATIC_INLINE void | ll_bod_bod2_clear_flag_fedge (void) |
Clear Interrupt Status flag. More... | |
__STATIC_INLINE uint32_t | ll_bod_bod2_is_active_flag_redge (void) |
Indicate if the BOD REDGE Event Flag is set or not. More... | |
__STATIC_INLINE void | ll_bod_bod2_clear_flag_redge (void) |
Clear Interrupt Status flag. More... | |
void | ll_bod_deinit (void) |
De-initialize the BOD registers to their default reset values. More... | |
void | ll_bod_init (const 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 p_bod_init type structure to default value. More... | |
__STATIC_INLINE void ll_bod_bod2_auto_power_bypass_disable | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_auto_power_bypass_enable | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_clear_flag_fedge | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_clear_flag_redge | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_disable | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_disable_fedge | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_disable_redge | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_enable | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_enable_fedge | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_enable_redge | ( | void | ) |
__STATIC_INLINE uint32_t ll_bod_bod2_is_active_flag_bod2_pwr_ctrl_post | ( | void | ) |
__STATIC_INLINE uint32_t ll_bod_bod2_is_active_flag_bod_ok | ( | void | ) |
__STATIC_INLINE uint32_t ll_bod_bod2_is_active_flag_fedge | ( | void | ) |
__STATIC_INLINE uint32_t ll_bod_bod2_is_active_flag_pmu_bod_intr | ( | void | ) |
__STATIC_INLINE uint32_t ll_bod_bod2_is_active_flag_redge | ( | void | ) |
__STATIC_INLINE void ll_bod_bod2_lvl_ctrl_lv_set | ( | uint8_t | lvl_ctrl_lv | ) |
__STATIC_INLINE void ll_bod_bod_disable | ( | void | ) |
__STATIC_INLINE void ll_bod_bod_enable | ( | void | ) |
void ll_bod_deinit | ( | void | ) |
De-initialize the BOD registers to their default reset values.
An | error_status_t enumeration value:
|
void ll_bod_init | ( | const 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 void ll_bod_static_disable | ( | void | ) |
__STATIC_INLINE void ll_bod_static_enable | ( | void | ) |
void ll_bod_struct_init | ( | ll_bod_init_t * | p_bod_init | ) |
Set each field of a p_bod_init 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 |