Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_can/
Dmss_can.c398 if (this_can->hw_reg->RxMsg[mailbox_number].RXB.RTRREPLY == 0u) in MSS_CAN_set_rtr_message_n()
405 this_can->hw_reg->RxMsg[mailbox_number].ID = pmsg->ID; in MSS_CAN_set_rtr_message_n()
406 this_can->hw_reg->RxMsg[mailbox_number].DATALOW = pmsg->DATALOW; in MSS_CAN_set_rtr_message_n()
407 this_can->hw_reg->RxMsg[mailbox_number].DATAHIGH = pmsg->DATAHIGH; in MSS_CAN_set_rtr_message_n()
431 this_can->hw_reg->RxMsg[mailbox_number].RXB.RTRABORT = 1u; in MSS_CAN_get_rtr_message_abort_n()
434 if (this_can->hw_reg->RxMsg[mailbox_number].RXB.RTRREPLYPEND == 0u) in MSS_CAN_get_rtr_message_abort_n()
471 this_can->hw_reg->RxMsg[mailbox_number].ACR.L = pfilter->ACR.L; in MSS_CAN_config_buffer()
472 this_can->hw_reg->RxMsg[mailbox_number].AMR.L = pfilter->AMR.L; in MSS_CAN_config_buffer()
473 this_can->hw_reg->RxMsg[mailbox_number].AMR_D = pfilter->AMCR_D.MASK; in MSS_CAN_config_buffer()
474 this_can->hw_reg->RxMsg[mailbox_number].ACR_D = pfilter->AMCR_D.CODE; in MSS_CAN_config_buffer()
[all …]
Dmss_can.h887 mss_can_rxmsgobject RxMsg[CAN_RX_MAILBOX]; /* Rx message buffers */ member