Home
last modified time | relevance | path

Searched refs:Mask (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dfsl_it6161.h106 #define HDMITX_SetI2C_Byte(handle, RegAddr, Mask, Value) \ argument
107 IT6161_I2C_ModifyReg(handle, HDMI_TX_ADDR, RegAddr, Mask, Value)
116 #define HDMITX_CEC_SetI2C_Byte(handle, RegAddr, Mask, Value) \ argument
117 IT6161_I2C_ModifyReg(handle, HDMI_TX_CEC_ADDR, RegAddr, Mask, Value)
123 #define MIPIRX_SetI2C_Byte(handle, RegAddr, Mask, Value) \ argument
124 IT6161_I2C_ModifyReg(handle, MIPI_RX_ADDR, RegAddr, Mask, Value)
/hal_nxp-latest/s32/drivers/s32k3/Fls/include/
DQspi_Ip_HwAccess.h884 uint32 Mask in Qspi_Ip_EnableInt() argument
887 BaseAddr->RSER |= Mask; in Qspi_Ip_EnableInt()
895 uint32 Mask in Qspi_Ip_DisableInt() argument
898 BaseAddr->RSER &= ~Mask; in Qspi_Ip_DisableInt()
906 uint32 Mask in Qspi_Ip_ClearIntFlag() argument
909 BaseAddr->FR = Mask; in Qspi_Ip_ClearIntFlag()
1164 uint8 Mask) in Qspi_Ip_Sfp_SetTgMask() argument
1170 RegValue |= QuadSPI_TGMDAD_MASK(Mask); in Qspi_Ip_Sfp_SetTgMask()
DQspi_Ip_Types.h381 uint8 Mask; member
/hal_nxp-latest/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_HwAccess.h657 uint32 Mask; in Linflexd_Uart_Ip_SetTxDataBuffer2Bytes() local
664 Mask = LINFLEXD_BDRL_DATA0_MASK | LINFLEXD_BDRL_DATA1_MASK; in Linflexd_Uart_Ip_SetTxDataBuffer2Bytes()
665 Base->BDRL = ((uint32)DataTemp & Mask); in Linflexd_Uart_Ip_SetTxDataBuffer2Bytes()
693 uint32 Mask = LINFLEXD_BDRM_DATA4_MASK | LINFLEXD_BDRM_DATA5_MASK; in Linflexd_Uart_Ip_GetRxDataBuffer2Bytes() local
694 Data = (uint16)(Base->BDRM & Mask); in Linflexd_Uart_Ip_GetRxDataBuffer2Bytes()
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/include/
DQspi_Ip_HwAccess.h1208 uint32 Mask in Qspi_Ip_EnableInt() argument
1211 BaseAddr->RSER |= Mask; in Qspi_Ip_EnableInt()
1219 uint32 Mask in Qspi_Ip_DisableInt() argument
1222 BaseAddr->RSER &= ~Mask; in Qspi_Ip_DisableInt()
1230 uint32 Mask in Qspi_Ip_ClearIntFlag() argument
1233 BaseAddr->FR = Mask; in Qspi_Ip_ClearIntFlag()
1578 uint8 Mask) in Qspi_Ip_Sfp_SetTgMask() argument
1584 RegValue |= QuadSPI_TGMDAD_MASK(Mask); in Qspi_Ip_Sfp_SetTgMask()
DQspi_Ip_Types.h384 uint8 Mask; member
/hal_nxp-latest/s32/drivers/s32ze/Adc/src/
DAdc_Sar_Ip.c375 const uint32 * const Mask);
377 const uint32 * const Mask);
1541 const uint32 Mask = (uint32)1UL << ADC_SAR_IP_CHAN_2_BIT(ChanIdx); in Adc_Sar_CheckAndCallEocNotification() local
1551 Cimr = (CIMR(AdcAEBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallEocNotification()
1558 Cimr = (CIMR(AdcBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallEocNotification()
1561 Ceocfr = ((*CEOCFRAddr) & Mask); in Adc_Sar_CheckAndCallEocNotification()
1566 *CEOCFRAddr = Mask; in Adc_Sar_CheckAndCallEocNotification()
1596 const uint32 Mask = (uint32)1UL << ADC_SAR_IP_CHAN_2_BIT(ChanIdx); in Adc_Sar_CheckAndCallWorrNotification() local
1611 Cwenr = (CWENR(AdcAEBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallWorrNotification()
1620 Cwenr = (CWENR(AdcBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallWorrNotification()
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c371 const uint32 * const Mask);
373 const uint32 * const Mask);
1435 const uint32 Mask = (uint32)1UL << ADC_SAR_IP_CHAN_2_BIT(ChanIdx); in Adc_Sar_CheckAndCallEocNotification() local
1445 Cimr = (CIMR(AdcAEBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallEocNotification()
1452 Cimr = (CIMR(AdcBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallEocNotification()
1455 Ceocfr = ((*CEOCFRAddr) & Mask); in Adc_Sar_CheckAndCallEocNotification()
1460 *CEOCFRAddr = Mask; in Adc_Sar_CheckAndCallEocNotification()
1490 const uint32 Mask = (uint32)1UL << ADC_SAR_IP_CHAN_2_BIT(ChanIdx); in Adc_Sar_CheckAndCallWorrNotification() local
1504 Cwenr = (CWENR(AdcAEBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallWorrNotification()
1513 Cwenr = (CWENR(AdcBasePtr, VectAdr) & Mask); in Adc_Sar_CheckAndCallWorrNotification()
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Mcl/src/
DLcu_Ip_Hw_Access.c405 uint8 Mask = 1U << HwOutput; in HwAcc_Lcu_AsyncGetCombineForceInput() local
409 ReturnValue = (uint8)((ReturnValue & Mask) >> HwOutput); in HwAcc_Lcu_AsyncGetCombineForceInput()
597 uint8 Mask = 1U << HwOutput; in HwAcc_Lcu_AsyncGetCombineForce() local
601 *Value = (uint8)((ReturnValue & Mask) >> HwOutput); in HwAcc_Lcu_AsyncGetCombineForce()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc_ecm.h90 uint8_t *Mask; member
Dusb_host_cdc_ecm.c180 *p++ = param->Mask[i]; in USB_HostCdcEcmPowerManagementPatternFilterData()
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip.h649 const uint8 Mask,
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c2546 const uint8 Mask, in Gmac_Ip_SetAddrPerfectFilter() argument
2580 Base->MAC_ADDRESS1_HIGH |= GMAC_MAC_ADDRESS1_HIGH_MBC(Mask); in Gmac_Ip_SetAddrPerfectFilter()
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Controller.c1823 Qspi_Ip_Sfp_SetTgMask(baseAddr, Index, userConfigPtr->SfpCfg.Tg[Index].Mask); in Qspi_Ip_Sfp_Configure_Mdad()
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Controller.c2161 Qspi_Ip_Sfp_SetTgMask(baseAddr, MdadInstance, userConfigPtr->SfpCfg.Tg[MdadInstance].Mask); in Qspi_Ip_Sfp_SetMdadConfig()