Searched refs:USART_Clock (Results 1 – 12 of 12) sorted by relevance
287 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()
209 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()
202 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()
201 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()
216 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()
52 uint16_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member
52 uint16_t USART_Clock; /* Specifies whether the USART clock is enabled or disabled. member
307 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()
63 uint16_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member
71 uint32_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member
70 uint32_t USART_Clock; /*!< Specifies whether the USART clock is enabled or disabled. member
Completed in 25 milliseconds