Home
last modified time | relevance | path

Searched refs:outputBus (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ldb/
Dfsl_ldb.c85 static uint32_t LDB_GetPixelMapConfig(ldb_output_bus_t outputBus, uint8_t ch);
108 static uint32_t LDB_GetPixelMapConfig(ldb_output_bus_t outputBus, uint8_t ch) in LDB_GetPixelMapConfig() argument
111 return outputBus << (ch * 2U); in LDB_GetPixelMapConfig()
116 reg |= (((uint32_t)outputBus & LDB_PM_CTRL_REG_CH0_10B_EN_MASK) << (ch)); in LDB_GetPixelMapConfig()
117 reg |= (((uint32_t)outputBus & ~LDB_PM_CTRL_REG_CH0_10B_EN_MASK) << (ch * 2U)); in LDB_GetPixelMapConfig()
234 reg |= LDB_GetPixelMapConfig(config->outputBus, channel); in LDB_InitChannel()
Dfsl_ldb.h61 ldb_output_bus_t outputBus; /*!< Output bus format. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ldb_combo_phy/
Dfsl_ldb.c71 static uint32_t LDB_GetPixelMapConfig(ldb_output_bus_t outputBus, uint8_t ch);
103 static uint32_t LDB_GetPixelMapConfig(ldb_output_bus_t outputBus, uint8_t ch) in LDB_GetPixelMapConfig() argument
105 return (uint32_t)outputBus << (ch * 2U); in LDB_GetPixelMapConfig()
186 reg |= LDB_GetPixelMapConfig(config->outputBus, channel); in LDB_InitChannel()
Dfsl_ldb.h55 ldb_output_bus_t outputBus; /*!< Output bus format. */ member