Home
last modified time | relevance | path

Searched refs:ModeSel (Results 1 – 5 of 5) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_dac.c88 void DAC_ModeConfig(HT_DAC_TypeDef* HT_DACn, u8 ModeSel) in DAC_ModeConfig() argument
92 Assert_Param(IS_DAC_CONVERSION_MODE(ModeSel)); in DAC_ModeConfig()
94 HT_DACn->CFGR = ModeSel; in DAC_ModeConfig()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_cmp.c231 assert_parameters(IS_CMP_MODE(InitStruct->ModeSel)); in CMP_CountInit()
241 tmp |= (InitStruct->ModeSel << ANA_CTRL_CMP1SEL_Pos); in CMP_CountInit()
257 tmp |= (InitStruct->ModeSel << ANA_CTRL_CMP2SEL_Pos); in CMP_CountInit()
276 InitStruct->ModeSel = CMP_MODE_OFF; in CMP_CountStructInit()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_dac.h102 void DAC_ModeConfig(HT_DAC_TypeDef* HT_DACn, u8 ModeSel);
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_cmp.h32 uint32_t ModeSel; member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt468 - DAC_ModeConfig(u8 ModeSel)
477 - DAC_ModeConfig(HT_DAC_TypeDef* HT_DACn, u8 ModeSel)

Completed in 10 milliseconds