Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h270 uint32_t y_max:16; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dlighting_server.c2159 uint16_t x_min = 0U, x_max = 0U, y_min = 0U, y_max = 0U; in light_xyl_range_set() local
2169 y_max = net_buf_simple_pull_le16(buf); in light_xyl_range_set()
2177 if (y_min > y_max) { in light_xyl_range_set()
2179 y_min, y_max); in light_xyl_range_set()
2189 .xyl_range_set.y_range_max = y_max, in light_xyl_range_set()
2200 srv->state->y_range_max = y_max; in light_xyl_range_set()