Home
last modified time | relevance | path

Searched refs:USART_GETCLOCKSOURCE (Results 1 – 8 of 8) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_usart_ex.h132 #define USART_GETCLOCKSOURCE(__HANDLE__,__CLOCKSOURCE__) \ macro
182 #define USART_GETCLOCKSOURCE(__HANDLE__,__CLOCKSOURCE__) \
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3248 #define __HAL_USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
3249 #define __USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3274 #define __HAL_USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
3275 #define __USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3494 #define __HAL_USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
3495 #define __USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3589 #define __HAL_USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
3590 #define __USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3589 #define __HAL_USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
3590 #define __USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h3597 #define __HAL_USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
3598 #define __USART_GETCLOCKSOURCE USART_GETCLOCKSOURCE
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_usart.c2994 USART_GETCLOCKSOURCE(husart, clocksource); in USART_SetConfig()