Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 5 of 5) 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
103 IT6161_I2C_ReadRegs(handle, HDMI_TX_ADDR, RegAddr, pValue, num)
104 #define HDMITX_WriteI2C_Bytes(handle, RegAddr, pValue, num) \ argument
105 IT6161_I2C_WriteRegs(handle, HDMI_TX_ADDR, RegAddr, pValue, num)
109 #define HDMITX_CEC_ReadI2C_Byte(handle, RegAddr, pValue) \ argument
110 IT6161_I2C_ReadRegs(handle, HDMI_TX_CEC_ADDR, RegAddr, pValue, 1)
112 #define HDMITX_CEC_ReadI2C_Bytes(handle, RegAddr, pValue, num) \ argument
113 IT6161_I2C_ReadRegs(handle, HDMI_TX_CEC_ADDR, RegAddr, pValue, num)
114 #define HDMITX_CEC_WriteI2C_Bytes(handle, RegAddr, pValue, num) \ argument
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip.h359 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerTxErrorCounter(uint8 instance, uint8 * pValue);
369 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerRxErrorCounter(uint8 instance, uint8 * pValue);
379 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerStatus(uint8 instance, uint8 * pValue);
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c56 static Canexcel_Ip_StatusType Canexcel_GetControllerMRU(uint8 instance, uint32 * pValue, uint8 comm…
173 static Canexcel_Ip_StatusType Canexcel_GetControllerMRU(uint8 instance, uint32 * pValue, uint8 comm… in Canexcel_GetControllerMRU() argument
183 DevAssert(pValue != NULL_PTR); in Canexcel_GetControllerMRU()
212 * pValue = base->CH1_MB3; in Canexcel_GetControllerMRU()
1638 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerTxErrorCounter(uint8 instance, uint8 * pValue) in Canexcel_Ip_GetControllerTxErrorCounter() argument
1642 * pValue = (uint8)((errorCount & BCANXL_EC_TEC_MASK) >> BCANXL_EC_TEC_SHIFT); in Canexcel_Ip_GetControllerTxErrorCounter()
1651 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerRxErrorCounter(uint8 instance, uint8 * pValue) in Canexcel_Ip_GetControllerRxErrorCounter() argument
1655 * pValue = (uint8)((errorCount & BCANXL_EC_REC_MASK) >> BCANXL_EC_REC_SHIFT); in Canexcel_Ip_GetControllerRxErrorCounter()
1664 Canexcel_Ip_StatusType Canexcel_Ip_GetControllerStatus(uint8 instance, uint8 * pValue) in Canexcel_Ip_GetControllerStatus() argument
1668 * pValue = (uint8)((errorCount & BCANXL_ST_FLTCONF_MASK) >> BCANXL_ST_FLTCONF_SHIFT); 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() argument
1220 assert(pValue != NULL); in LPADC_GetOffsetValue()
1230 *pValue = (int16_t)ofstrim; in LPADC_GetOffsetValue()
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/inc/
Dfsl_sss_api.h758 sss_status_t sss_session_prop_get_u32(sss_session_t *session, uint32_t property, uint32_t *pValue);
777 sss_status_t sss_session_prop_get_au8(sss_session_t *session, uint32_t property, uint8_t *pValue, s…