discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
USART_Word_Length
STM32F4xx_StdPeriph_Driver
»
USART
»
USART_Exported_Constants
Collaboration diagram for USART_Word_Length:
Macros
#define
USART_WordLength_8b
((uint16_t)0x0000)
#define
USART_WordLength_9b
((uint16_t)0x1000)
#define
IS_USART_WORD_LENGTH
(LENGTH)
Detailed Description
Macro Definition Documentation
#define IS_USART_WORD_LENGTH
(
LENGTH
)
Value:
(((LENGTH) == USART_WordLength_8b) || \
((LENGTH) == USART_WordLength_9b))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1