![]() |
![]() |
Specification of the Hyperlink Interrupt Pending/Set Register. More...
#include <hyplnk.h>
Data Fields | |
uint32_t | raw |
[ro] Raw image of register on read; actual value on write | |
uint32_t | intSet |
[rw] Interrupt Pending/Set Bitfield |
Specification of the Hyperlink Interrupt Pending/Set Register.
The Interrupt Pending/Set Register indicates the pending interrupt status. This register can be written by the local host or by remote interrupt packets when the hyplnkControlReg_s::int2cfg bit is set. When bits are set in this register, an interrupt output is signaled, if not already pending. Any write with a value of 0x0000 to this register will EOI the hyplnkIntPendSetReg_s interrupt output pins so they retrigger the interrupt. That is, writing a zero to hyplnkIntPendSetReg_s retriggers the output interrupt lines if any bits are still set in this register.
uint32_t hyplnkIntPendSetReg_s::intSet |
[rw] Interrupt Pending/Set Bitfield
Field size: 32 bits
Each bit represents the unmasked status of its respective pending interrupt. Writing a 1 to a particular bit will activate it.