Module sam4l::usart
[−]
[src]
Implementation of the SAM4L USART peripheral.
Supports UART and SPI master modes.
Reexports
use core::cell::Cell; |
use core::cmp; |
use dma; |
use kernel::ReturnCode; |
use kernel::common::VolatileCell; |
use kernel::hil; |
use pm; |
Structs
| USART | |
| USARTRegisters |
Enums
| USARTStateRX | |
| USARTStateTX | |
| UsartClient | |
| UsartMode |
Constants
| USART_BASE_ADDRS |
Statics
| USART0 | |
| USART1 | |
| USART2 | |
| USART3 |