Home
last modified time | relevance | path

Searched defs:range (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dlcd_ll.h32 #define LCD_LL_COLOR_RANGE_TO_REG(range) (uint8_t[]){0,1}[(range)] argument
170 static inline void lcd_ll_set_input_color_range(lcd_cam_dev_t *dev, lcd_color_range_t range) in lcd_ll_set_input_color_range()
181 static inline void lcd_ll_set_output_color_range(lcd_cam_dev_t *dev, lcd_color_range_t range) in lcd_ll_set_output_color_range()
Dcam_ll.h249 static inline void cam_ll_set_input_color_range(lcd_cam_dev_t *dev, color_range_t range) in cam_ll_set_input_color_range()
264 static inline void cam_ll_set_output_color_range(lcd_cam_dev_t *dev, color_range_t range) in cam_ll_set_output_color_range()
/hal_espressif-latest/components/hal/
Dledc_hal.c64 void ledc_hal_get_fade_param(ledc_hal_context_t *hal, ledc_channel_t channel_num, uint32_t range, u… in ledc_hal_get_fade_param()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dtemperature_sensor_ll.h84 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtemperature_sensor_ll.h84 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_himem.c300 esp_err_t esp_himem_map(esp_himem_handle_t handle, esp_himem_rangehandle_t range, size_t ram_offset… in esp_himem_map()
338 esp_err_t esp_himem_unmap(esp_himem_rangehandle_t range, void *ptr, size_t len) in esp_himem_unmap()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtemperature_sensor_ll.h93 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtemperature_sensor_ll.h93 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h448 } *range; member