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

SPI_Type Struct Reference

SPI_Type Struct Reference
[SPI Peripheral Access Layer]

SPI - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint8_t C1
 SPI control register 1, offset: 0x0.
__IO uint8_t C2
 SPI control register 2, offset: 0x1.
__IO uint8_t BR
 SPI baud rate register, offset: 0x2.
__I uint8_t S
 SPI status register, offset: 0x3.
__IO uint8_t D
 SPI data register, offset: 0x5.
__IO uint8_t M
 SPI match register, offset: 0x7.

Detailed Description

SPI - Register Layout Typedef.

Definition at line 3080 of file MKL25Z4.h.


Field Documentation

__IO uint8_t BR

SPI baud rate register, offset: 0x2.

Definition at line 3083 of file MKL25Z4.h.

__IO uint8_t C1

SPI control register 1, offset: 0x0.

Definition at line 3081 of file MKL25Z4.h.

__IO uint8_t C2

SPI control register 2, offset: 0x1.

Definition at line 3082 of file MKL25Z4.h.

__IO uint8_t D

SPI data register, offset: 0x5.

Definition at line 3086 of file MKL25Z4.h.

__IO uint8_t M

SPI match register, offset: 0x7.

Definition at line 3088 of file MKL25Z4.h.

__I uint8_t S

SPI status register, offset: 0x3.

Definition at line 3084 of file MKL25Z4.h.