fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src by mbed official

Embed: (wiki syntax)

« Back to documentation index

UART_Type Struct Reference

UART_Type Struct Reference
[UART Peripheral Access Layer]

UART - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

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

Detailed Description

UART - Register Layout Typedef.

Definition at line 3424 of file MKL25Z4.h.


Field Documentation

__IO uint8_t BDH

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

Definition at line 3425 of file MKL25Z4.h.

__IO uint8_t BDL

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

Definition at line 3426 of file MKL25Z4.h.

__IO uint8_t C1

UART Control Register 1, offset: 0x2.

Definition at line 3427 of file MKL25Z4.h.

__IO uint8_t C2

UART Control Register 2, offset: 0x3.

Definition at line 3428 of file MKL25Z4.h.

__IO uint8_t C3

UART Control Register 3, offset: 0x6.

Definition at line 3431 of file MKL25Z4.h.

__IO uint8_t C4

UART Control Register 4, offset: 0x8.

Definition at line 3433 of file MKL25Z4.h.

__IO uint8_t D

UART Data Register, offset: 0x7.

Definition at line 3432 of file MKL25Z4.h.

__I uint8_t S1

UART Status Register 1, offset: 0x4.

Definition at line 3429 of file MKL25Z4.h.

__IO uint8_t S2

UART Status Register 2, offset: 0x5.

Definition at line 3430 of file MKL25Z4.h.