Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/ov5640/
Dfsl_ov5640.c669 static const ov5640_cmd_func_map_t s_ov5640CmdFuncMap[] = { variable
969 for (uint8_t i = 0; i < ARRAY_SIZE(s_ov5640CmdFuncMap); i++) in OV5640_Control()
971 if (s_ov5640CmdFuncMap[i].cmd == cmd) in OV5640_Control()
973 return s_ov5640CmdFuncMap[i].func(handle, arg); in OV5640_Control()