Home
last modified time | relevance | path

Searched refs:MSGAV (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_can/
Dmss_can.c548 (this_can->hw_reg->RxMsg[mailbox_number].RXB.MSGAV)) in MSS_CAN_get_message_n()
563 this_can->hw_reg->RxMsg[mailbox_number].RXB.MSGAV = ENABLE; in MSS_CAN_get_message_n()
599 if (this_can->hw_reg->RxMsg[mailbox_number].RXB.MSGAV) in MSS_CAN_get_message()
614 this_can->hw_reg->RxMsg[mailbox_number].RXB.MSGAV = ENABLE; in MSS_CAN_get_message()
646 if (this_can->hw_reg->RxMsg[mailbox_number].RXB.MSGAV) in MSS_CAN_get_message_av()
Dmss_can.h676 __IO uint32_t MSGAV:1; member