Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mscan/
Dfsl_mscan.c589 sIDR3.IDR3.EID6_0 = (uint8_t)pTxFrame->ID_Type.ExtID.EID6_0; in MSCAN_WriteTxMb()
590 sIDR3.IDR3.ERTR = (kMSCAN_FrameTypeRemote == pTxFrame->type) ? 1U : 0U; in MSCAN_WriteTxMb()
681 pRxFrame->type = (mscan_frame_type_t)(sIDR3.IDR3.ERTR); in MSCAN_ReadRxMb()
686 pRxFrame->ID_Type.ExtID.EID6_0 = sIDR3.IDR3.EID6_0; in MSCAN_ReadRxMb()
Dfsl_mscan.h141 MSCAN_IDR3Type IDR3; /*!< structure for identifier 3 */ member