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

RCM_Type Struct Reference

RCM_Type Struct Reference
[RCM Peripheral Access Layer]

RCM - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__I uint8_t SRS0
 System Reset Status Register 0, offset: 0x0.
__I uint8_t SRS1
 System Reset Status Register 1, offset: 0x1.
__IO uint8_t RPFC
 Reset Pin Filter Control register, offset: 0x4.
__IO uint8_t RPFW
 Reset Pin Filter Width register, offset: 0x5.

Detailed Description

RCM - Register Layout Typedef.

Definition at line 2442 of file MKL25Z4.h.


Field Documentation

__IO uint8_t RPFC

Reset Pin Filter Control register, offset: 0x4.

Definition at line 2446 of file MKL25Z4.h.

__IO uint8_t RPFW

Reset Pin Filter Width register, offset: 0x5.

Definition at line 2447 of file MKL25Z4.h.

__I uint8_t SRS0

System Reset Status Register 0, offset: 0x0.

Definition at line 2443 of file MKL25Z4.h.

__I uint8_t SRS1

System Reset Status Register 1, offset: 0x1.

Definition at line 2444 of file MKL25Z4.h.