CARME-M4 BSP
V1.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
Macros
USART_Stop_Bits
STM32F4xx_StdPeriph_Driver
|
CARME
»
USART
»
USART_Exported_Constants
Collaboration diagram for USART_Stop_Bits:
Macros
#define
USART_StopBits_1
((uint16_t)0x0000)
#define
USART_StopBits_0_5
((uint16_t)0x1000)
#define
USART_StopBits_2
((uint16_t)0x2000)
#define
USART_StopBits_1_5
((uint16_t)0x3000)
#define
IS_USART_STOPBITS
(STOPBITS)
Detailed Description
Macro Definition Documentation
#define IS_USART_STOPBITS
(
STOPBITS
)
Value:
(((STOPBITS) == USART_StopBits_1) || \
((STOPBITS) == USART_StopBits_0_5) || \
((STOPBITS) == USART_StopBits_2) || \
((STOPBITS) == USART_StopBits_1_5))
Definition at line
145
of file
stm32f4xx_usart.h
.
Generated on Fri Aug 12 2016 17:42:39 for CARME-M4 BSP by
1.8.10