Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sdadc.h262 #define SDADC_CHANNEL_8 (0x00080100UL) macro
542 ((CHANNEL) == SDADC_CHANNEL_8))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c827 if(Channel != SDADC_CHANNEL_8) in HAL_SDADC_AssociateChannelConfig()