Home
last modified time | relevance | path

Searched refs:USART_Clock_Disable (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_usart.h193 #define USART_Clock_Disable ((uint16_t)0x0000) macro
195 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_Clock_Disable) || \
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_usart.h195 #define USART_Clock_Disable ((uint16_t)0x0000) macro
197 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_Clock_Disable) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_usart.h197 #define USART_Clock_Disable ((uint16_t)0x0000) macro
199 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_Clock_Disable) || \
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_usart.c400 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_usart.c333 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_usart.c413 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()

Completed in 12 milliseconds