Freescale_Cachan / Mbed 2 deprecated Programme_course_base

Dependencies:   MMA8451Q mbed xbee_lib

Fork of Programme_course by Freescale_Cachan

Embed: (wiki syntax)

« Back to documentation index

UART_MemMap Struct Reference

UART_MemMap Struct Reference
[UART]

UART - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

uint8_t BDH
 UART Baud Rate Register: High, offset: 0x0.
uint8_t BDL
 UART Baud Rate Register: Low, offset: 0x1.
uint8_t C1
 UART Control Register 1, offset: 0x2.
uint8_t C2
 UART Control Register 2, offset: 0x3.
uint8_t S1
 UART Status Register 1, offset: 0x4.
uint8_t S2
 UART Status Register 2, offset: 0x5.
uint8_t C3
 UART Control Register 3, offset: 0x6.
uint8_t D
 UART Data Register, offset: 0x7.
uint8_t C4
 UART Control Register 4, offset: 0x8.

Detailed Description

UART - Peripheral register structure.

Definition at line 6014 of file MKL25Z4.h.


Field Documentation

uint8_t BDH

UART Baud Rate Register: High, offset: 0x0.

Definition at line 6015 of file MKL25Z4.h.

uint8_t BDL

UART Baud Rate Register: Low, offset: 0x1.

Definition at line 6016 of file MKL25Z4.h.

uint8_t C1

UART Control Register 1, offset: 0x2.

Definition at line 6017 of file MKL25Z4.h.

uint8_t C2

UART Control Register 2, offset: 0x3.

Definition at line 6018 of file MKL25Z4.h.

uint8_t C3

UART Control Register 3, offset: 0x6.

Definition at line 6021 of file MKL25Z4.h.

uint8_t C4

UART Control Register 4, offset: 0x8.

Definition at line 6023 of file MKL25Z4.h.

uint8_t D

UART Data Register, offset: 0x7.

Definition at line 6022 of file MKL25Z4.h.

uint8_t S1

UART Status Register 1, offset: 0x4.

Definition at line 6019 of file MKL25Z4.h.

uint8_t S2

UART Status Register 2, offset: 0x5.

Definition at line 6020 of file MKL25Z4.h.