Contiki 3.x
|
UART (pADI_UART) More...
#include <cpu/arm/aducrf101/Common/ADuCRF101.h>
Data Fields | |
union { | |
__IO uint8_t COMTX | |
__IO uint8_t COMRX | |
}; | |
__IO uint8_t | COMIEN |
__IO uint8_t | COMIIR |
__IO uint8_t | COMLCR |
__IO uint8_t | COMMCR |
__IO uint8_t | COMLSR |
__IO uint8_t | COMMSR |
__IO uint16_t | COMFBR |
__IO uint16_t | COMDIV |
UART (pADI_UART)
Definition at line 9071 of file ADuCRF101.h.
union { ... } |
< pADI_UART Structure
__IO uint16_t ADI_UART_TypeDef::COMDIV |
Baud Rate Divider Register
Definition at line 9092 of file ADuCRF101.h.
__IO uint16_t ADI_UART_TypeDef::COMFBR |
Fractional Baud Rate Register.
Definition at line 9090 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMIEN |
Interrupt Enable Register
Definition at line 9078 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMIIR |
Interrupt Identification Register
Definition at line 9080 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMLCR |
Line Control Register
Definition at line 9082 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMLSR |
Line Status Register
Definition at line 9086 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMMCR |
Module Control Register
Definition at line 9084 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMMSR |
Modem Status Register
Definition at line 9088 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMRX |
Receive Buffer Register
Definition at line 9075 of file ADuCRF101.h.
__IO uint8_t ADI_UART_TypeDef::COMTX |
Transmit Holding Register
Definition at line 9074 of file ADuCRF101.h.