Lines Matching refs:RXB
83 canrxobj.RXB.L = (0u | CAN_RX_WPNH_EBL | CAN_RX_WPNL_EBL); in MSS_CAN_init()
398 if (this_can->hw_reg->RxMsg[mailbox_number].RXB.RTRREPLY == 0u) 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()
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()
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()
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()
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()