Searched refs:En (Results 1 – 12 of 12) sorted by relevance
122 COMP_InitStruct->En = false; in COMP_StructInit()164 if (COMP_InitStruct->En) in COMP_Init()279 void COMP_CMP2XorOut(bool En) in COMP_CMP2XorOut() argument281 COMP->CMP2OSEL = (En==true)?0x1L:0x0L; in COMP_CMP2XorOut()284 void COMP_StopOrLowpower32KClkSel(bool En) in COMP_StopOrLowpower32KClkSel() argument286 COMP->LPCKSEL = (En==true)?0x1L:0x0L; in COMP_StopOrLowpower32KClkSel()289 void COMP_WindowModeEn(bool En) in COMP_WindowModeEn() argument291 COMP->WINMODE = (En==true)?0x1L:0x0L; in COMP_WindowModeEn()
501 void SetPwrAutoCharge(bool En) in SetPwrAutoCharge() argument507 Temp |= (uint32_t)(En <<7); in SetPwrAutoCharge()
232 bool En; member260 void COMP_CMP2XorOut(bool En);261 void COMP_StopOrLowpower32KClkSel(bool En);262 void COMP_WindowModeEn(bool En);
211 void SetPwrAutoCharge(bool En);
118 COMP_InitStruct->En = false; in COMP_StructInit()152 if (COMP_InitStruct->En) in COMP_Init()
121 COMP_InitStruct->En = false; in COMP_StructInit()155 if (COMP_InitStruct->En) in COMP_Init()
336 bool En; member
Completed in 21 milliseconds