mFrame
載入中...
搜尋中...
無符合項目
port/Register.h
1
7#ifndef MCXA153_9193612F_EA8D_416E_83A8_5B473A8360B2
8#define MCXA153_9193612F_EA8D_416E_83A8_5B473A8360B2
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::port {
23 struct Register;
24} // namespace mcxa153::chip::port
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
77 __I uint32 verid;
78
93 uint8 reserved_0[12];
94
119 __O uint32 gpclr;
120
145 __O uint32 gpchr;
146
161 uint8 reserved_1[8];
162
181 __IO uint32 config;
182
197 uint8 reserved_2[60];
198
222 __IO uint32 calib0;
223
247 __IO uint32 calib1;
248
263 uint8 reserved_3[24];
264
314 __IO uint32 pcr[32];
315};
316
317/* ***************************************************************************************
318 * End of file
319 */
320
321#endif /* MCXA153_9193612F_EA8D_416E_83A8_5B473A8360B2 */
Definition Config.h:36
PORT (Pin Multiplexing and Control) Peripheral Register Structure.
Definition port/Register.h:53
uint8 reserved_3[24]
Reserved Space (0x68-0x7F)
Definition port/Register.h:263
__I uint32 verid
Version ID Register.
Definition port/Register.h:77
uint8 reserved_1[8]
Reserved Space (0x18-0x1F)
Definition port/Register.h:161
uint8 reserved_0[12]
Reserved Space (0x4-0xF)
Definition port/Register.h:93
__IO uint32 config
Configuration Register.
Definition port/Register.h:181
__IO uint32 calib1
Calibration 1 Register.
Definition port/Register.h:247
__O uint32 gpchr
Global Pin Control High Register.
Definition port/Register.h:145
__IO uint32 calib0
Calibration 0 Register.
Definition port/Register.h:222
__O uint32 gpclr
Global Pin Control Low Register.
Definition port/Register.h:119
uint8 reserved_2[60]
Reserved Space (0x24-0x5F)
Definition port/Register.h:197