Lines Matching refs:RxMsg

398     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()
480 this_can->hw_reg->RxMsg[mailbox_number].RXB.L = in MSS_CAN_config_buffer()
487 this_can->hw_reg->RxMsg[mailbox_number].RXB.L = in MSS_CAN_config_buffer()
515 this_can->hw_reg->RxMsg[mailbox_number].ID = pmsg->ID; in MSS_CAN_config_buffer_n()
516 this_can->hw_reg->RxMsg[mailbox_number].DATALOW = pmsg->DATALOW; in MSS_CAN_config_buffer_n()
517 this_can->hw_reg->RxMsg[mailbox_number].DATAHIGH = pmsg->DATAHIGH; in MSS_CAN_config_buffer_n()
518 this_can->hw_reg->RxMsg[mailbox_number].ACR.L = pmsg->ACR.L; in MSS_CAN_config_buffer_n()
519 this_can->hw_reg->RxMsg[mailbox_number].AMR.L = pmsg->AMR.L; in MSS_CAN_config_buffer_n()
520 this_can->hw_reg->RxMsg[mailbox_number].AMR_D = pmsg->AMR_D; in MSS_CAN_config_buffer_n()
521 this_can->hw_reg->RxMsg[mailbox_number].ACR_D = pmsg->ACR_D; in MSS_CAN_config_buffer_n()
522 this_can->hw_reg->RxMsg[mailbox_number].RXB.L = (pmsg->RXB.L | \ in MSS_CAN_config_buffer_n()
548 (this_can->hw_reg->RxMsg[mailbox_number].RXB.MSGAV)) in MSS_CAN_get_message_n()
551 pmsg->ID = this_can->hw_reg->RxMsg[mailbox_number].ID; in MSS_CAN_get_message_n()
554 pmsg->DATALOW = this_can->hw_reg->RxMsg[mailbox_number].DATALOW; in MSS_CAN_get_message_n()
557 pmsg->DATAHIGH = this_can->hw_reg->RxMsg[mailbox_number].DATAHIGH; in MSS_CAN_get_message_n()
560 pmsg->L = this_can->hw_reg->RxMsg[mailbox_number].RXB.L; 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()
602 pmsg->ID = this_can->hw_reg->RxMsg[mailbox_number].ID; in MSS_CAN_get_message()
605 pmsg->DATALOW = this_can->hw_reg->RxMsg[mailbox_number].DATALOW; in MSS_CAN_get_message()
608 pmsg->DATAHIGH = this_can->hw_reg->RxMsg[mailbox_number].DATAHIGH; in MSS_CAN_get_message()
611 pmsg->L = this_can->hw_reg->RxMsg[mailbox_number].RXB.L; 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()
832 *pamr = this_can->hw_reg->RxMsg[mailbox_number].AMR.L; in MSS_CAN_get_mask_n()
833 *pacr = this_can->hw_reg->RxMsg[mailbox_number].ACR.L; in MSS_CAN_get_mask_n()
834 *pdta_acr = this_can->hw_reg->RxMsg[mailbox_number].ACR_D; in MSS_CAN_get_mask_n()
835 *pdta_amr = this_can->hw_reg->RxMsg[mailbox_number].AMR_D; in MSS_CAN_get_mask_n()
860 this_can->hw_reg->RxMsg[mailbox_number].AMR.L = amr; in MSS_CAN_set_mask_n()
861 this_can->hw_reg->RxMsg[mailbox_number].ACR.L = acr; in MSS_CAN_set_mask_n()
862 this_can->hw_reg->RxMsg[mailbox_number].AMR_D = (uint32_t)dta_amr; in MSS_CAN_set_mask_n()
863 this_can->hw_reg->RxMsg[mailbox_number].ACR_D = (uint32_t)dta_acr; in MSS_CAN_set_mask_n()