在线时间21 小时
UID3431160
注册时间2017-10-29
NXP金币0
该用户从未签到
注册会员

- 积分
- 160
- 最后登录
- 2022-1-11
|
typedef struct {
__IO uint32_t ISER[S32_NVIC_ISER_COUNT]; /**< Interrupt Set Enable Register n, array offset: 0x0, array step: 0x4 */
uint8_t RESERVED_0[112];
__IO uint32_t ICER[S32_NVIC_ICER_COUNT]; /**< Interrupt Clear Enable Register n, array offset: 0x80, array step: 0x4 */
uint8_t RESERVED_1[112];
__IO uint32_t ISPR[S32_NVIC_ISPR_COUNT]; /**< Interrupt Set Pending Register n, array offset: 0x100, array step: 0x4 */
uint8_t RESERVED_2[112];
__IO uint32_t ICPR[S32_NVIC_ICPR_COUNT]; /**< Interrupt Clear Pending Register n, array offset: 0x180, array step: 0x4 */
uint8_t RESERVED_3[112];
__IO uint32_t IABR[S32_NVIC_IABR_COUNT]; /**< Interrupt Active bit Register n, array offset: 0x200, array step: 0x4 */
uint8_t RESERVED_4[240];
__IO uint8_t IP[S32_NVIC_IP_COUNT]; /**< Interrupt Priority Register n, array offset: 0x300, array step: 0x1 */
uint8_t RESERVED_5[2693];
__O uint32_t STIR; /**< Software Trigger Interrupt Register, offset: 0xE00 */
} S32_NVIC_Type, *S32_NVIC_MemMapPtr;
这个结构体的那些位对应那个外设,文档是那个?
|
|