Searched refs:MaskValue (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32k3/Mcl/src/ |
| D | Lcu_Ip_Hw_Access.c | 140 void HwAcc_Lcu_AsyncSetInputMuxSelect(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue) in HwAcc_Lcu_AsyncSetInputMuxSelect() argument 143 PtBase->MUXSEL[HwLcInputId] = LCU_MUXSEL_MUXSEL(MaskValue); in HwAcc_Lcu_AsyncSetInputMuxSelect() 146 …HwAcc_Lcu_AsyncSetInputSwOverrideValue(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue) in HwAcc_Lcu_AsyncSetInputSwOverrideValue() argument 153 Reg |= LCU_SWVALUE_SWVALUE((uint32)((uint32)MaskValue << HwLcInputId)); in HwAcc_Lcu_AsyncSetInputSwOverrideValue() 157 void HwAcc_Lcu_AsyncSetInputSwSyncMode(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue) in HwAcc_Lcu_AsyncSetInputSwSyncMode() argument 167 Reg |= LCU_SCTRL_SW_MODE((uint32)((uint32)MaskValue << HwInput)); in HwAcc_Lcu_AsyncSetInputSwSyncMode() 171 …wAcc_Lcu_AsyncSetInputSwOverrideEnable(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue) in HwAcc_Lcu_AsyncSetInputSwOverrideEnable() argument 179 Reg |= LCU_SWEN_SWEN((uint8)((MaskValue & LCU_SWEN_SWEN_MASK) << HwLcInputId)); in HwAcc_Lcu_AsyncSetInputSwOverrideEnable() 184 …olean HwAcc_Lcu_AsyncSetOutputEnable(const uint8 LcuId, const uint8 HwLcOutputId, uint16 MaskValue) in HwAcc_Lcu_AsyncSetOutputEnable() argument 192 Reg |= LCU_OUTEN_OUTEN((uint16)((MaskValue & LCU_OUTEN_OUTEN_MASK) << HwLcOutputId)); in HwAcc_Lcu_AsyncSetOutputEnable() [all …]
|
| D | Lcu_Ip.c | 361 uint32 MaskValue[LCU_INSTANCE_COUNT]; in Lcu_Ip_SetSyncInputSwOverrideEnable() local 366 MaskValue[LCU_IP_HW_INST_0] = 0U; in Lcu_Ip_SetSyncInputSwOverrideEnable() 370 MaskValue[LCU_IP_HW_INST_1] = 0U; in Lcu_Ip_SetSyncInputSwOverrideEnable() 388 MaskValue[LocHwLcu] |= (uint32)((uint32)1U << LocHwLcInputId); in Lcu_Ip_SetSyncInputSwOverrideEnable() 407 if(0U != MaskValue[LCU_IP_HW_INST_0]) in Lcu_Ip_SetSyncInputSwOverrideEnable() 410 RegValue &= ~MaskValue[LCU_IP_HW_INST_0]; in Lcu_Ip_SetSyncInputSwOverrideEnable() 420 if(0U != MaskValue[LCU_IP_HW_INST_1]) in Lcu_Ip_SetSyncInputSwOverrideEnable() 423 RegValue &= ~MaskValue[LCU_IP_HW_INST_1]; in Lcu_Ip_SetSyncInputSwOverrideEnable() 453 uint32 MaskValue[LCU_INSTANCE_COUNT]; in Lcu_Ip_SetSyncInputSwOverrideValue() local 458 MaskValue[LCU_IP_HW_INST_0] = 0U; in Lcu_Ip_SetSyncInputSwOverrideValue() [all …]
|
| /hal_nxp-latest/s32/drivers/s32k3/Mcl/include/ |
| D | Lcu_Ip_Hw_Access.h | 123 void HwAcc_Lcu_AsyncSetInputMuxSelect(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue); 125 …wAcc_Lcu_AsyncSetInputSwOverrideValue(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue); 127 void HwAcc_Lcu_AsyncSetInputSwSyncMode(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue); 129 …Acc_Lcu_AsyncSetInputSwOverrideEnable(const uint8 LcuId, const uint8 HwLcInputId, uint8 MaskValue); 133 …lean HwAcc_Lcu_AsyncSetOutputEnable(const uint8 LcuId, const uint8 HwLcOutputId, uint16 MaskValue); 135 …n HwAcc_Lcu_AsyncSetOutputDebugMode(const uint8 LcuId, const uint8 HwLcOutputId, uint16 MaskValue); 137 …AsyncSetOutputForceInputSensitivity(const uint8 LcuId, const uint8 HwLcOutputId, uint16 MaskValue); 139 …Lcu_AsyncSetOutputForceClearingMode(const uint8 LcuId, const uint8 HwLcOutputId, uint16 MaskValue); 141 …c_Lcu_AsyncSetOutputForceSyncSelect(const uint8 LcuId, const uint8 HwLcOutputId, uint16 MaskValue); 143 …an HwAcc_Lcu_AsyncSetOutputPolarity(const uint8 LcuId, const uint8 HwLcOutputId, uint16 MaskValue); [all …]
|