discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Modules
|
Macros
USART_Exported_Constants
STM32F4xx_StdPeriph_Driver
»
USART
Collaboration diagram for USART_Exported_Constants:
Modules
USART_Word_Length
USART_Stop_Bits
USART_Parity
USART_Mode
USART_Hardware_Flow_Control
USART_Clock
USART_Clock_Polarity
USART_Clock_Phase
USART_Last_Bit
USART_Interrupt_definition
USART_DMA_Requests
USART_WakeUp_methods
USART_LIN_Break_Detection_Length
USART_IrDA_Low_Power
USART_Flags
Macros
#define
IS_USART_ALL_PERIPH
(PERIPH)
#define
IS_USART_1236_PERIPH
(PERIPH)
Detailed Description
Macro Definition Documentation
#define IS_USART_1236_PERIPH
(
PERIPH
)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == USART6))
#define IS_USART_ALL_PERIPH
(
PERIPH
)
Value:
(((PERIPH) == USART1) || \
((PERIPH) == USART2) || \
((PERIPH) == USART3) || \
((PERIPH) == UART4) || \
((PERIPH) == UART5) || \
((PERIPH) == USART6) || \
((PERIPH) == UART7) || \
((PERIPH) == UART8))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1