Macros
InitStruct default configuartion
Peripheral Driver
»
LL Driver
»
COMP
»
Defines
»
COMP Private Macros
Macros
#define
LL_COMP_DEFAULT_CONFIG
Default configuartion for initializing structure.
More...
Detailed Description
Macro Definition Documentation
◆
LL_COMP_DEFAULT_CONFIG
#define LL_COMP_DEFAULT_CONFIG
Value:
{ \
.channel_p = LL_COMP_CHANNEL_IO0, \
.channel_n = LL_COMP_CHANNEL_IO1, \
}
Default configuartion for initializing structure.
Definition at line
216
of file
ll_comp.h
.