Searched refs:active_level (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
D | devices.c | 58 { .gpio = GPIO_NUM_2, .index = 0, .active_level = 1 }, 59 { .gpio = GPIO_NUM_0, .index = 1, .active_level = 1 }, 60 { .gpio = GPIO_NUM_4, .index = 2, .active_level = 1 }, 61 { .gpio = GPIO_NUM_5, .index = 3, .active_level = 0 } 79 .active_level = 1, 85 .active_level = 1, 91 .active_level = 1, 97 .active_level = 0,
|
/third_party/libwebsockets/lib/drivers/led/ |
D | led-gpio.c | 73 !lgc->led_map[n].active_level); in lws_led_gpio_create() 119 (!!map->active_level) ^ !(inten & 0x8000)); in lws_led_gpio_intensity()
|
D | README.md | 34 .active_level = 1,
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
D | devices.c | 51 { .gpio = GPIO_NUM_8, .index = 0, .active_level = 1 } 83 .active_level = 1,
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
D | devices.c | 69 { .gpio = GPIO_NUM_25, .index = 0, .active_level = 1 } 99 .active_level = 1,
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-pwm.h | 28 uint8_t active_level; member
|
D | lws-led.h | 100 uint8_t active_level; member
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/ |
D | pwm-esp32.c | 71 if (!lo->pwm_map[n].active_level) in lws_pwm_plat_intensity()
|