Home
last modified time | relevance | path

Searched refs:Scaler_Value (Results 1 – 6 of 6) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f65xxx_66xxx_opa.c231 void OPA_SetScalerValue(HT_OPA_TypeDef* HT_OPAn, u32 Scaler_Value) in OPA_SetScalerValue() argument
235 Assert_Param(IS_OPA_SCALER_VALUE(Scaler_Value)); in OPA_SetScalerValue()
237 HT_OPAn->DAC = Scaler_Value; in OPA_SetScalerValue()
A Dht32f5xxxx_cmp.c289 void CMP_SetScalerValue(HT_CMP_TypeDef* HT_CMPn, u8 Scaler_Value) in CMP_SetScalerValue() argument
293 Assert_Param(IS_SCALER_VALUE(Scaler_Value)); in CMP_SetScalerValue()
296 HT_CMPn->VALR = (u32)Scaler_Value; in CMP_SetScalerValue()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_cmp.c278 void CMP_SetScalerValue(HT_CMP_TypeDef* HT_CMPn, u8 Scaler_Value) in CMP_SetScalerValue() argument
282 Assert_Param(IS_SCALER_VALUE(Scaler_Value)); in CMP_SetScalerValue()
285 HT_CMPn->VALR = (u32)Scaler_Value; in CMP_SetScalerValue()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f65xxx_66xxx_opa.h161 void OPA_SetScalerValue(HT_OPA_TypeDef* HT_OPAn, u32 Scaler_Value);
A Dht32f5xxxx_cmp.h378 void CMP_SetScalerValue(HT_CMP_TypeDef* HT_CMPn, u8 Scaler_Value);
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_cmp.h212 void CMP_SetScalerValue(HT_CMP_TypeDef* HT_CMPn, u8 Scaler_Value);

Completed in 10 milliseconds