LL BOD init Structure definition. More...
#include <ll_bod.h>
Public Attributes | |
uint8_t | bod_en |
uint8_t | bod2_en |
uint8_t | bod2_lvl |
uint8_t | bod_static_en |
uint8_t | bod2_auto_power_bypass_en |
uint8_t _ll_bod_init::bod2_auto_power_bypass_en |
Specifies the bod bod2 auto power bypass. This parameter can be a value of BOD2 AUTO POWER BYPASS. This parament can be modified afterwards using unitary function ll_bod_bod2_auto_power_bypass_enable() and ll_bod_bod2_auto_power_bypass_disable().
uint8_t _ll_bod_init::bod2_en |
Specifies the bod2 enable. This parameter can be any value of BOD2 ENABLE. This parament can be modified afterwards using unitary function ll_bod_bod2_enable() and ll_bod_bod2_disable()..
uint8_t _ll_bod_init::bod2_lvl |
Specifies the bod2 level. This parameter can be a value of BOD2 LVEVL. This parament can be modified afterwards using unitary function ll_bod_bod2_lvl_ctrl_lv_set().
uint8_t _ll_bod_init::bod_en |
Specifies the bod enable. This parameter can be any value of BOD ENABLE. This parament can be modified afterwards using unitary function ll_bod_bod_enable() and ll_bod_bod_disable().
uint8_t _ll_bod_init::bod_static_en |
Specifies the bod static enbale. This parameter can be a value of BOD STATIC ENABLE. This parament can be modified afterwards using unitary function ll_bod_static_enable() and ll_bod_static_disable().