Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_adc.c351 Assert_Param(IS_ADC_ALIGN(ADC_ALIGN_x)); in ADC_ChannelDataAlign()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f65xxx_66xxx_adc.c447 Assert_Param(IS_ADC_ALIGN(ADC_ALIGN_x)); in ADC_ChannelDataAlign()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_adc.h436 #define IS_ADC_ALIGN(ALIGN) (((ALIGN) == ADC_ALIGN_RIGHT) || ((ALIGN) == ADC_AL… macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f65xxx_66xxx_adc.h426 #define IS_ADC_ALIGN(ALIGN) (((ALIGN) == ADC_ALIGN_RIGHT) || ((ALIGN) == ADC_AL… macro

Completed in 13 milliseconds