Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dcam_hal.c61 hal->hw = CAM_LL_GET_HW(0); in cam_hal_init()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcam_ll.h19 #define CAM_LL_GET_HW(id) (((id) == 0) ? (&LCD_CAM) : NULL) macro