Searched refs:Reg08 (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/ |
| D | mipi_rx.c | 618 void MIPIRX_Reg08_Process(display_handle_t *handle, uint8_t Reg08) in MIPIRX_Reg08_Process() argument 623 if ((Reg08 & 0x01U) != 0x0U) in MIPIRX_Reg08_Process() 631 if ((Reg08 & 0x02U) != 0x0U) in MIPIRX_Reg08_Process() 639 if ((Reg08 & 0x04U) != 0x0U) in MIPIRX_Reg08_Process() 645 if ((Reg08 & 0x08U) != 0x0U) in MIPIRX_Reg08_Process() 651 if ((Reg08 & 0x10U) != 0x0U) in MIPIRX_Reg08_Process() 657 if ((Reg08 & 0x20U) != 0x0U) in MIPIRX_Reg08_Process() 663 if ((Reg08 & 0x40U) != 0x0U) in MIPIRX_Reg08_Process() 686 uint8_t Reg06 = 0U, Reg07 = 0U, Reg08 = 0U; in MIPIRX_DevLoopProc() local 690 MIPIRX_ReadI2C_Byte(handle, 0x08, &Reg08); in MIPIRX_DevLoopProc() [all …]
|
| D | hdmi_tx.c | 1728 static void HDMITX_ClrInt(display_handle_t *handle, uint8_t Reg06, uint8_t Reg07, uint8_t Reg08, ui… in HDMITX_ClrInt() argument 1845 void HDMITX_Reg08_Process(display_handle_t *handle, uint8_t Reg08) in HDMITX_Reg08_Process() argument 1847 if ((Reg08 & HDMI_TX_INT_FLAGS_REG08_RInt_VidStableStus_MASK) != 0U) in HDMITX_Reg08_Process() 1849 HDMITX_WriteI2C_Byte(handle, HDMI_TX_INT_FLAGS_REG08, Reg08); in HDMITX_Reg08_Process() 1874 uint8_t Reg06 = 0U, Reg07 = 0U, Reg08 = 0U, RegEE = 0U; in HDMITX_DevLoopProc() local 1878 HDMITX_ReadI2C_Byte(handle, 0x08, &Reg08); in HDMITX_DevLoopProc() 1881 if ((Reg06 != 0U) || (Reg07 != 0U) || (Reg08 != 0U)) in HDMITX_DevLoopProc() 1883 HDMITX_ClrInt(handle, Reg06, Reg07, Reg08, RegEE); in HDMITX_DevLoopProc() 1886 HDMITX_Reg08_Process(handle, Reg08); in HDMITX_DevLoopProc()
|
| D | mipi_rx.h | 539 void MIPIRX_Reg08_Process(display_handle_t *handle, uint8_t Reg08);
|
| D | fsl_it6161.h | 594 void HDMITX_Reg08_Process(display_handle_t *handle, uint8_t Reg08);
|