Searched refs:s_ov5640CmdFuncMap (Results 1 – 1 of 1) sorted by relevance
669 static const ov5640_cmd_func_map_t s_ov5640CmdFuncMap[] = { variable969 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()