AM263x MCU+ SDK  08.03.00
SIPC_MailboxConfig Struct Reference

Detailed Description

This structure describes the mailbox information to send a message from core A to core B.

Data Fields

uint32_t writeDoneMailboxBaseAddr
 
uint32_t readReqMailboxBaseAddr
 
uint8_t wrIntrBitPos
 
uint8_t rdIntrBitPos
 
SIPC_SwQueueswQ
 

Field Documentation

◆ writeDoneMailboxBaseAddr

uint32_t SIPC_MailboxConfig::writeDoneMailboxBaseAddr

Mailbox register address at which core will post interrupt

◆ readReqMailboxBaseAddr

uint32_t SIPC_MailboxConfig::readReqMailboxBaseAddr

Mailbox register address at which core will receive interrupt

◆ wrIntrBitPos

uint8_t SIPC_MailboxConfig::wrIntrBitPos

Bit pos in the mailbox register which should be set to post the interrupt to other core

◆ rdIntrBitPos

uint8_t SIPC_MailboxConfig::rdIntrBitPos

Bit pos in the mailbox register which should cleared clear an interrupt by the other core

◆ swQ

SIPC_SwQueue* SIPC_MailboxConfig::swQ

Infomration about the SW queue associated with this HW mailbox