Home
last modified time | relevance | path

Searched refs:DSCMBCTRLAR (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c252 …CurrentHwIdx = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[mb_idx].DCSTA & CANXL_DSC_CON… in Canexcel_Ip_MainFunction()
618 CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSYSLOCK = 1U; in Canexcel_Ip_ConfigRx()
620 (void)CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSYSLOCK; in Canexcel_Ip_ConfigRx()
635 CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSYSLOCK = 1U; in Canexcel_Ip_ConfigRx()
637 (void)CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSYSLOCK; in Canexcel_Ip_ConfigRx()
698 CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCACT = 1U; in Canexcel_Ip_ConfigRx()
702 CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSYSLOCK = 0U; in Canexcel_Ip_ConfigRx()
704 CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSYSLOCK = 1U; in Canexcel_Ip_ConfigRx()
733 …Active = (uint8)(CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCACT & CANXL_DSC_CONTROL_DC… in Canexcel_Ip_RxDescriptor()
742 …uint8 noOfPtrList = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSTA & CANXL_DS… in Canexcel_Ip_RxDescriptor()
[all …]
DCanEXCEL_Ip_HwAccess.c478 …switch ((base->DSCMBCTRLAR[descNo].DCSTA & (CANXL_DSC_CONTROL_DCSTA_HWLOCK_MASK | CANXL_DSC_CONTRO… in CanXL_GetDescControlStatus()
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h421 switch (base->DSCMBCTRLAR[descNo].DCSTA & CANXL_DSC_CONTROL_DCSTA_STATE_MASK) in CanXL_GetDesciptorState()
450 …return (uint8)((base->DSCMBCTRLAR[descNo].DCSTA & CANXL_DSC_CONTROL_DCSTA_HWPOINTER_MASK) >> CANXL… in CanXL_GetDesciptorHWIndex()
461 …return (uint8)((base->DSCMBCTRLAR[descNo].DCSTA & CANXL_DSC_CONTROL_DCSTA_SYSPOINTER_MASK) >> CANX… in CanXL_GetDesciptorSysIndex()
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_CANXL_DSC_CONTROL.h83 } DSCMBCTRLAR[CANXL_DSC_CONTROL_DSCMBCTRLAR_COUNT]; member