Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/mt9m114/
Dfsl_mt9m114.c35 } mt9m114_reg_t; typedef
59 static const mt9m114_reg_t mt9m114_720p[] = {
75 static const mt9m114_reg_t mt9m114_480_272[] = {
91 static const mt9m114_reg_t mt9m114InitConfig[] = {
133 static status_t MT9M114_MultiWrite(camera_device_handle_t *handle, const mt9m114_reg_t regs[], uint… in MT9M114_MultiWrite()