Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_smartcard.h303 SMARTCARD_CLOCKSOURCE_PCLK5 = 0x02U, /*!< PCLK5 clock source (only used by UART1) */ enumerator
872 (__CLOCKSOURCE__) = SMARTCARD_CLOCKSOURCE_PCLK5; \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_smartcard.c2430 case SMARTCARD_CLOCKSOURCE_PCLK5: in SMARTCARD_SetConfig()