LL BOD init Structure definition. More...
#include <gr55xx_ll_bod.h>
Public Attributes | |
uint8_t | bod_en |
uint8_t | bod2_en |
uint8_t | bod2_lvl |
uint8_t | bod_static_en |
LL BOD init Structure definition.
Definition at line 74 of file gr55xx_ll_bod.h.
uint8_t _ll_bod_init::bod2_en |
Specifies the bod2 enable. This parameter can be any value of ADC_LL_EC_INPUT_SRC. This parament can be modified afterwards using unitary function ll_bod2_enable() and ll_bod2_disable()..
Definition at line 80 of file gr55xx_ll_bod.h.
uint8_t _ll_bod_init::bod2_lvl |
Specifies the bod2 level. This parameter can be a value of ADC_LL_EC_INPUT_MODE. This parament can be modified afterwards using unitary function ll_bod2_lvl_ctrl_lv_set().
Definition at line 84 of file gr55xx_ll_bod.h.
uint8_t _ll_bod_init::bod_en |
Specifies the bod enable. This parameter can be any value of ADC_LL_EC_INPUT_SRC. This parament can be modified afterwards using unitary function ll_bod_enable() and ll_bod_disable().
Definition at line 76 of file gr55xx_ll_bod.h.
uint8_t _ll_bod_init::bod_static_en |
Specifies the bod static enbale. This parameter can be a value of LL_BOD_STATIC_ENABLE. This parament can be modified afterwards using unitary function ll_bod_static_lv_enable() and ll_bod_static_lv_disable().
Definition at line 88 of file gr55xx_ll_bod.h.