![]() |
STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
| #define | USART_Clock_Disable ((uint16_t)0x0000) |
| #define | USART_Clock_Enable ((uint16_t)0x0800) |
| #define | IS_USART_CLOCK(CLOCK) |
| #define IS_USART_CLOCK | ( | CLOCK | ) |
(((CLOCK) == USART_Clock_Disable) || \ ((CLOCK) == USART_Clock_Enable))
Definition at line 196 of file stm32f10x_usart.h.
| #define USART_Clock_Disable ((uint16_t)0x0000) |
Definition at line 194 of file stm32f10x_usart.h.
| #define USART_Clock_Enable ((uint16_t)0x0800) |
Definition at line 195 of file stm32f10x_usart.h.