STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
USART_Global_definition

Macros

#define IS_USART_BAUDRATE(BAUDRATE)   (((BAUDRATE) > 0) && ((BAUDRATE) < 0x005B8D81))
 
#define IS_USART_DE_ASSERTION_DEASSERTION_TIME(TIME)   ((TIME) <= 0x1F)
 
#define IS_USART_AUTO_RETRY_COUNTER(COUNTER)   ((COUNTER) <= 0x7)
 
#define IS_USART_TIMEOUT(TIMEOUT)   ((TIMEOUT) <= 0x00FFFFFF)
 
#define IS_USART_DATA(DATA)   ((DATA) <= 0x1FF)
 

Detailed Description