Home
last modified time | relevance | path

Searched refs:USART_Clock (Results 1 – 12 of 12) sorted by relevance

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_usart.c287 assert_param(IS_USART_CLOCK(USART_ClockInitStruct->USART_Clock)); in USART_ClockInit()
301 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()
316 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_usart.c209 assert_param(IS_USART_CLOCK(USART_ClockInitStruct->USART_Clock)); in USART_ClockInit()
222 tmpreg |= (uint32_t)(USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()
237 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usart.c202 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()
216 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_usart.c201 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()
215 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usart.c216 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()
233 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h52 uint16_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h52 uint16_t USART_Clock; /* Specifies whether the USART clock is enabled or disabled. member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h52 uint16_t USART_Clock; /* Specifies whether the USART clock is enabled or disabled. member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_usart.c307 assert_param(IS_USART_CLOCK(USART_ClockInitStruct->USART_Clock)); in USART_ClockInit()
320 tmpreg |= (uint32_t)(USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()
335 USART_ClockInitStruct->USART_Clock = USART_Clock_Disable; in USART_ClockStructInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h63 uint16_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h71 uint32_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_usart.h70 uint32_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member

Completed in 25 milliseconds