Home
last modified time | relevance | path

Searched refs:channel_id (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_light.c81 static esp_err_t iot_light_duty_set(light_handle_t light_handle, uint8_t channel_id, uint32_t duty);
376 static esp_err_t iot_light_duty_set(light_handle_t light_handle, uint8_t channel_id, uint32_t duty) in iot_light_duty_set() argument
380 IOT_CHECK(TAG, channel_id < light->channel_num, ESP_FAIL); in iot_light_duty_set()
381 POINT_ASSERT(TAG, light->channel_group[channel_id]); in iot_light_duty_set()
382 light_channel_t *l_chn = light->channel_group[channel_id]; in iot_light_duty_set()
391 uint32_t iot_light_duty_get(light_handle_t light_handle, uint8_t channel_id) in iot_light_duty_get() argument
395 IOT_CHECK(TAG, channel_id < light->channel_num, ESP_FAIL); in iot_light_duty_get()
396 POINT_ASSERT(TAG, light->channel_group[channel_id]); in iot_light_duty_get()
397 light_channel_t *l_chn = light->channel_group[channel_id]; in iot_light_duty_get()
402 esp_err_t iot_light_fade_with_time(light_handle_t light_handle, uint8_t channel_id, uint32_t duty, … in iot_light_fade_with_time() argument
[all …]
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/include/
Diot_light.h91 uint32_t iot_light_duty_get(light_handle_t light_handle, uint8_t channel_id);
105 esp_err_t iot_light_fade_with_time(light_handle_t light_handle, uint8_t channel_id, uint32_t duty, …
119 esp_err_t iot_light_breath_config(light_handle_t light_handle, uint8_t channel_id, uint32_t duty, u…
132 esp_err_t iot_light_blink_config(light_handle_t light_handle, uint8_t channel_id, uint32_t blink_pe…
144 esp_err_t iot_light_operate_start(light_handle_t light_handle, uint8_t channel_id);
156 esp_err_t iot_light_operate_stop(light_handle_t light_handle, uint8_t channel_id);
/hal_espressif-3.6.0/components/driver/include/driver/
Drmt.h87 #define RMT_DEFAULT_CONFIG_TX(gpio, channel_id) \ argument
90 .channel = channel_id, \
110 #define RMT_DEFAULT_CONFIG_RX(gpio, channel_id) \ argument
113 .channel = channel_id, \
/hal_espressif-3.6.0/components/driver/include/esp_private/
Dgdma.h239 esp_err_t gdma_get_channel_id(gdma_channel_handle_t dma_chan, int *channel_id);
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dnimble_gatts.c268 event->mtu.channel_id, in bleprph_gap_event()
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/main/
Dmain.c299 event->mtu.channel_id, in ble_spp_client_gap_event()
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_server/main/
Dmain.c205 event->mtu.channel_id, in ble_spp_server_gap_event()
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph/main/
Dmain.c221 event->mtu.channel_id, in bleprph_gap_event()
/hal_espressif-3.6.0/examples/bluetooth/nimble/blecent/main/
Dmain.c473 event->mtu.channel_id, in blecent_gap_event()
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c321 event->mtu.channel_id, in esp_blufi_gap_event()
/hal_espressif-3.6.0/components/driver/
Dgdma.c231 esp_err_t gdma_get_channel_id(gdma_channel_handle_t dma_chan, int *channel_id) in gdma_get_channel_id() argument
237 *channel_id = pair->pair_id; in gdma_get_channel_id()
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/
Dmain.c457 event->mtu.channel_id, in bleprph_gap_event()
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
Dmain.c638 event->mtu.channel_id, in blecent_gap_event()
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_nimble.c249 event->mtu.channel_id, in simple_ble_gap_event()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c722 event->mtu.channel_id, in gap_event_cb()