Home
last modified time | relevance | path

Searched refs:CMP_INT_x (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_cmp.c155 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState) in CMP_IntConfig() argument
159 Assert_Param(IS_CMP_INT(CMP_INT_x)); in CMP_IntConfig()
164 HT_CMPn->IER |= CMP_INT_x; in CMP_IntConfig()
168 HT_CMPn->IER &= ~CMP_INT_x; in CMP_IntConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_cmp.c166 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState) in CMP_IntConfig() argument
170 Assert_Param(IS_CMP_INT(CMP_INT_x)); in CMP_IntConfig()
175 HT_CMPn->IER |= CMP_INT_x; in CMP_IntConfig()
179 HT_CMPn->IER &= ~CMP_INT_x; in CMP_IntConfig()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_cmp.h207 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_cmp.h373 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState);

Completed in 8 milliseconds