Home
last modified time | relevance | path

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

/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/
A Dadc.c927 en_result_t Adc_GetJqrResult(uint16_t* pu16AdcResult,uint8_t JQRChannelIndex) in Adc_GetJqrResult() argument
935 if(JQRChannelIndex > 3) in Adc_GetJqrResult()
939 *pu16AdcResult = (uint16_t)(*(BaseJqrResultAddress + JQRChannelIndex)); in Adc_GetJqrResult()
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/inc/
A Dadc.h469 en_result_t Adc_GetJqrResult(uint16_t* pu16AdcResult,uint8_t JQRChannelIndex);

Completed in 10 milliseconds