Home
last modified time | relevance | path

Searched refs:UART_CLOCKSOURCE_PCLK7 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_uart_ex.h357 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_PCLK7; \
407 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_PCLK7; \
Dstm32wbaxx_hal_uart.h190 UART_CLOCKSOURCE_PCLK7 = 0x02U, /*!< PCLK7 clock source */ enumerator
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_uart.c3182 case UART_CLOCKSOURCE_PCLK7: in UART_SetConfig()