Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c56 uint8_t blue; member
169 {.lightMode = CAMERA_LIGHT_MODE_AUTO, .com8 = 0xff, .blue = 0x80, .red = 0x80, .com5 = 0x65},
171 {.lightMode = CAMERA_LIGHT_MODE_SUNNY, .com8 = 0xfd, .blue = 0x5a, .red = 0x5c, .com5 = 0x65},
173 {.lightMode = CAMERA_LIGHT_MODE_CLOUDY, .com8 = 0xfd, .blue = 0x58, .red = 0x60, .com5 = 0x65},
175 {.lightMode = CAMERA_LIGHT_MODE_OFFICE, .com8 = 0xfd, .blue = 0x84, .red = 0x4c, .com5 = 0x65},
177 {.lightMode = CAMERA_LIGHT_MODE_HOME, .com8 = 0xfd, .blue = 0x96, .red = 0x40, .com5 = 0x65},
179 {.lightMode = CAMERA_LIGHT_MODE_NIGHT, .com8 = 0xff, .blue = 0x80, .red = 0x80, .com5 = 0xe5}};
594 … OV7725_CHECK_RET(OV7725_WriteReg(handle, OV7725_BLUE_REG, ov7725LightModeConfigs[i].blue)); in OV7725_SetLightMode()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_lcdc/
Dfsl_lcdc.c562 ((uint32_t)config->palette0.blue << LCD_CRSR_PAL0_BLUE_SHIFT) | in LCDC_SetCursorConfig()
565 ((uint32_t)config->palette1.blue << LCD_CRSR_PAL1_BLUE_SHIFT) | in LCDC_SetCursorConfig()
619 config->palette0.blue = 0U; in LCDC_CursorGetDefaultConfig()
622 config->palette1.blue = 255U; in LCDC_CursorGetDefaultConfig()
Dfsl_lcdc.h172 uint8_t blue; /*!< Red color component. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h70 #define DPU_MAKE_CONST_COLOR(red, green, blue, alpha) \ argument
71 …((((uint32_t)(red)) << 24U) | (((uint32_t)(green)) << 16U) | (((uint32_t)(blue)) << 8U) | ((uint32…