Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dboard.c17 #define BUTTON_ACTIVE_LEVEL 0 macro
28 button_handle_t btn_handle = iot_button_create(BUTTON_IO_NUM, BUTTON_ACTIVE_LEVEL); in board_button_init()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dboard.c18 #define BUTTON_ACTIVE_LEVEL 0 macro
39 button_handle_t btn_handle = iot_button_create(BUTTON_IO_NUM, BUTTON_ACTIVE_LEVEL); in board_button_init()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dboard.c21 #define BUTTON_ACTIVE_LEVEL 0 macro
68 button_handle_t btn_handle = iot_button_create(BUTTON_IO_NUM, BUTTON_ACTIVE_LEVEL); in board_button_init()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Dboard.c21 #define BUTTON_ACTIVE_LEVEL 0 macro
58 button_handle_t dev_on_off_btn = iot_button_create(BUTTON_ON_OFF, BUTTON_ACTIVE_LEVEL); in board_led_init()