/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/ |
D | iot_light.c | 81 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/ |
D | iot_light.h | 91 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/ |
D | rmt.h | 87 #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/ |
D | gdma.h | 239 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/ |
D | nimble_gatts.c | 268 event->mtu.channel_id, in bleprph_gap_event()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/main/ |
D | main.c | 299 event->mtu.channel_id, in ble_spp_client_gap_event()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_server/main/ |
D | main.c | 205 event->mtu.channel_id, in ble_spp_server_gap_event()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph/main/ |
D | main.c | 221 event->mtu.channel_id, in bleprph_gap_event()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/blecent/main/ |
D | main.c | 473 event->mtu.channel_id, in blecent_gap_event()
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 321 event->mtu.channel_id, in esp_blufi_gap_event()
|
/hal_espressif-3.6.0/components/driver/ |
D | gdma.c | 231 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/ |
D | main.c | 457 event->mtu.channel_id, in bleprph_gap_event()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/ |
D | main.c | 638 event->mtu.channel_id, in blecent_gap_event()
|
/hal_espressif-3.6.0/components/protocomm/src/transports/ |
D | protocomm_nimble.c | 249 event->mtu.channel_id, in simple_ble_gap_event()
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 722 event->mtu.channel_id, in gap_event_cb()
|