Home
last modified time | relevance | path

Searched refs:pBuff (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/scrambler/
Dfsl_component_scrambler.c16 void SCRAMBLER_Whiten(whitener_config_t *whitenerConfig, uint8_t *pBuff, uint32_t buffLength) in SCRAMBLER_Whiten() argument
24 currentValue = pBuff[i]; in SCRAMBLER_Whiten()
51 pBuff[i] = (uint8_t)currentValue; in SCRAMBLER_Whiten()
Dfsl_component_scrambler.h82 void SCRAMBLER_Whiten(whitener_config_t *whitenerConfig, uint8_t *pBuff, uint32_t buffLength);
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dhdmi_tx.c205 uint8_t *pBuff = pData; in getHDMITX_EDIDBytes() local
286 HDMITX_ReadI2C_Byte(handle, HDMI_TX_SYS_DDC_CTRL_REG17, pBuff); in getHDMITX_EDIDBytes()
287 pBuff++; in getHDMITX_EDIDBytes()