Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov5640.c23 #define CHIP_ID_VAL 0x5640 macro
1012 if (chip_id != CHIP_ID_VAL) { in ov5640_init()
1013 LOG_ERR("Wrong chip ID: %04x (expected %04x)", chip_id, CHIP_ID_VAL); in ov5640_init()