![]() |
PDK API Guide for J721E
|
Contains data needed for Sciserver HWI operation.
| irq_num | The irq number for this HWI. |
| hwiHandle | Handle for the HWI. |
| hw_msg_queue_id | The ID of the hardware message queue this HWI services. |
| hw_msg_buffer | A static buffer the size of the hardware message queue to store the message for sharing with a worker task. |
| user_msg_data | Pointer to store message origin data for the currently received user message that is shared with user worker tasks. |
Data Fields | |
| const uint32_t | irq_num |
| uint32_t *const | hw_msg_buffer |
| const uint16_t | hw_msg_queue_id |
| const uint32_t | semaphore_id |
| Sciserver_msgData *const | user_msg_data |
| const uint32_t Sciserver_hwiData::irq_num |
| uint32_t* const Sciserver_hwiData::hw_msg_buffer |
| const uint16_t Sciserver_hwiData::hw_msg_queue_id |
| const uint32_t Sciserver_hwiData::semaphore_id |
| Sciserver_msgData* const Sciserver_hwiData::user_msg_data |