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 |
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 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 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.