Searched defs:_Usart (Results 1 – 1 of 1) sorted by relevance
378 struct _Usart { struct379 volatile uint32_t Tag; /* ro */380 volatile uint32_t Control; /* rw */381 volatile uint32_t IntrEnable;382 volatile uint32_t IntrDisable;383 volatile uint32_t IntrMask;384 volatile uint32_t ChannelStatus; /* all these with.. */385 volatile uint32_t RxData;386 volatile uint32_t TxData;387 volatile uint32_t Baud;[all …]