Home
last modified time | relevance | path

Searched refs:GanMode (Results 1 – 2 of 2) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_ckcu.h848 #define IS_GAINMODE(GanMode) ((GanMode == CKCU_HSE_LOW_GAIN_MODE) || \ argument
849 (GanMode == CKCU_HSE_HIGH_GAIN_MODE))
940 void CKCU_SetHSEGainMode(u32 GanMode);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_ckcu.c1106 void CKCU_SetHSEGainMode(u32 GanMode) in CKCU_SetHSEGainMode() argument
1109 Assert_Param(IS_GAINMODE(GanMode)); in CKCU_SetHSEGainMode()
1111 HT_CKCU->GCCR = (HT_CKCU->GCCR & ~(0x100)) | GanMode; in CKCU_SetHSEGainMode()

Completed in 9 milliseconds