Searched refs:MicrophoneChannel (Results 1 – 2 of 2) sorted by relevance
1815 HAL_StatusTypeDef HAL_ADC_SetMicrophoneChannel(ADC_HandleTypeDef *hadc, uint32_t MicrophoneChannel) in HAL_ADC_SetMicrophoneChannel() argument1821 assert_param(IS_ADC_DF_MICROPHONE_CHANNEL(MicrophoneChannel)); in HAL_ADC_SetMicrophoneChannel()1826 LL_ADC_SetMicrophoneChannel(hadc->Instance, MicrophoneChannel); in HAL_ADC_SetMicrophoneChannel()
1571 HAL_StatusTypeDef HAL_ADC_SetMicrophoneChannel(ADC_HandleTypeDef *hadc, uint32_t MicrophoneChannel);