Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c1815 HAL_StatusTypeDef HAL_ADC_SetMicrophoneChannel(ADC_HandleTypeDef *hadc, uint32_t MicrophoneChannel) in HAL_ADC_SetMicrophoneChannel() argument
1821 assert_param(IS_ADC_DF_MICROPHONE_CHANNEL(MicrophoneChannel)); in HAL_ADC_SetMicrophoneChannel()
1826 LL_ADC_SetMicrophoneChannel(hadc->Instance, MicrophoneChannel); in HAL_ADC_SetMicrophoneChannel()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h1571 HAL_StatusTypeDef HAL_ADC_SetMicrophoneChannel(ADC_HandleTypeDef *hadc, uint32_t MicrophoneChannel);