Home
last modified time | relevance | path

Searched defs:pValue (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dfsl_it6161.h100 #define HDMITX_ReadI2C_Byte(handle, RegAddr, pValue) IT6161_I2C_ReadRegs(handle, HDMI_TX_ADDR, RegA… argument
102 #define HDMITX_ReadI2C_Bytes(handle, RegAddr, pValue, num) \ argument
104 #define HDMITX_WriteI2C_Bytes(handle, RegAddr, pValue, num) \ argument
109 #define HDMITX_CEC_ReadI2C_Byte(handle, RegAddr, pValue) \ argument
112 #define HDMITX_CEC_ReadI2C_Bytes(handle, RegAddr, pValue, num) \ argument
114 #define HDMITX_CEC_WriteI2C_Bytes(handle, RegAddr, pValue, num) \ argument
119 #define MIPIRX_ReadI2C_Byte(handle, RegAddr, pValue) IT6161_I2C_ReadRegs(handle, MIPI_RX_ADDR, RegA… argument
121 #define MIPIRX_ReadI2C_Bytes(handle, RegAddr, pValue, num) \ argument
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c173 static Canexcel_Ip_StatusType Canexcel_GetControllerMRU(uint8 instance, uint32 * pValue, uint8 comm… in Canexcel_GetControllerMRU()
1638 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerTxErrorCounter(uint8 instance, uint8 * pValue) in Canexcel_Ip_GetControllerTxErrorCounter()
1651 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerRxErrorCounter(uint8 instance, uint8 * pValue) in Canexcel_Ip_GetControllerRxErrorCounter()
1664 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerStatus(uint8 instance, uint8 * pValue) in Canexcel_Ip_GetControllerStatus()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpadc/
Dfsl_lpadc.h1218 static inline void LPADC_GetOffsetValue(ADC_Type *base, int16_t *pValue) in LPADC_GetOffsetValue()