/hal_espressif-latest/components/driver/deprecated/ |
D | i2s_legacy.c | 128 i2s_dir_t dir; member 330 if ( p_i2s[i2s_num]->dir & I2S_DIR_TX_) { in i2s_dma_intr_init() 339 if ( p_i2s[i2s_num]->dir & I2S_DIR_RX_) { in i2s_dma_intr_init() 440 if (p_i2s[i2s_num]->dir & I2S_DIR_TX_) { in i2s_start() 444 if (p_i2s[i2s_num]->dir & I2S_DIR_RX_) { in i2s_start() 462 if (p_i2s[i2s_num]->dir & I2S_DIR_TX_) { in i2s_stop() 465 if (p_i2s[i2s_num]->dir & I2S_DIR_RX_) { in i2s_stop() 538 if (p_i2s[i2s_num]->dir & I2S_DIR_RX_) { in i2s_alloc_dma_buffer() 796 if (p_i2s[i2s_num]->dir & I2S_DIR_TX_) { in i2s_calculate_clock() 801 if (p_i2s[i2s_num]->dir & I2S_DIR_RX_) { in i2s_calculate_clock() [all …]
|
/hal_espressif-latest/components/bt/porting/transport/include/ |
D | esp_hci_driver.h | 28 hci_driver_direction_t dir); 35 hci_driver_direction_t dir);
|
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/ |
D | hci_driver_nimble.c | 32 hci_driver_direction_t dir) in hci_driver_vhci_tx() argument 36 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
|
D | hci_driver_tamplete.c | 103 hci_driver_direction_t dir) in hci_driver_vhci_tx() argument 107 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
|
D | hci_driver_standard.c | 77 hci_driver_direction_t dir) in hci_driver_vhci_tx() argument 81 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
|
/hal_espressif-latest/components/hal/ |
D | ledc_hal.c | 64 …_hal_context_t *hal, ledc_channel_t channel_num, uint32_t range, uint32_t *dir, uint32_t *cycle, u… in ledc_hal_get_fade_param() argument 70 ledc_ll_get_duty_param(hal->dev, hal->speed_mode, channel_num, dir, cycle, scale, step); in ledc_hal_get_fade_param()
|
D | twai_hal_iram.c | 114 twai_ll_err_dir_t dir; local 116 twai_ll_parse_err_code_cap(hal_ctx->dev, &type, &dir, &seg); //Decode error interrupt 118 if (dir == TWAI_LL_ERR_DIR_RX &&
|
/hal_espressif-latest/components/spi_flash/sim/ |
D | Makefile | 12 SDKCONFIG_DIR := $(dir $(realpath sdkconfig/sdkconfig.h)) 15 SDKCONFIG_DIR := $(dir $(realpath $(SDKCONFIG)))
|
/hal_espressif-latest/components/spi_flash/sim/stubs/ |
D | Makefile | 12 SDKCONFIG_DIR := $(dir $(realpath sdkconfig/sdkconfig.h)) 15 SDKCONFIG_DIR := $(dir $(realpath $(SDKCONFIG)))
|
/hal_espressif-latest/components/bt/porting/transport/src/ |
D | hci_transport.c | 46 hci_driver_direction_t dir) in hci_transport_packet_rx() argument 53 if (dir == HCI_DRIVER_DIR_C2H) { in hci_transport_packet_rx()
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart.c | 44 hci_driver_direction_t dir) in hci_driver_uart_tx() argument 47 assert(dir == HCI_DRIVER_DIR_C2H); in hci_driver_uart_tx()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_param.c | 277 #define PMU_HP_RETENTION_REGDMA_CONFIG(dir, entry) ((((dir)<<2) | (entry & 0x3)) & 0x7) argument
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | pmu_param.c | 277 #define PMU_HP_RETENTION_REGDMA_CONFIG(dir, entry) ((((dir)<<2) | (entry & 0x3)) & 0x7) argument
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 545 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mp… in bta_hf_client_handle_clcc() argument 548 __FUNCTION__, idx, dir, status, mode, mpty); in bta_hf_client_handle_clcc() 554 bta_hf_client_clcc(idx, dir, status, mpty, numstr); in bta_hf_client_handle_clcc() 969 UINT16 idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local 977 &idx, &dir, &status, &mode, &mpty, &offset); in bta_hf_client_parse_clcc() 1027 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, numstr, type); in bta_hf_client_parse_clcc() 1030 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, NULL, 0); in bta_hf_client_parse_clcc()
|
/hal_espressif-latest/components/bootloader/ |
D | project_include.cmake | 56 # Since keys are usually given relative to main project dir, get the absolute paths to the keys 58 …# so that bootloader subproject does not need to assume main project dir to obtain path to the key…
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | twai_struct.h | 122 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | twai_struct.h | 123 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | twai_struct.h | 120 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 121 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hf_ag.h | 141 esp_hf_current_call_direction_t dir; member
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | ledc_ll.h | 489 …c_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *dir, uint32_t *cycle, u… in ledc_ll_get_duty_param() argument 492 *dir = (val & LEDC_CH0_GAMMA_DUTY_INC_M) >> LEDC_CH0_GAMMA_DUTY_INC_S; in ledc_ll_get_duty_param()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | ledc_ll.h | 470 …c_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *dir, uint32_t *cycle, u… in ledc_ll_get_duty_param() argument 473 *dir = (val & LEDC_CH0_GAMMA_DUTY_INC_M) >> LEDC_CH0_GAMMA_DUTY_INC_S; in ledc_ll_get_duty_param()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_client_api.h | 213 esp_hf_current_call_direction_t dir; /*!< direction of the call */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_ag_api.c | 340 … esp_hf_ag_clcc_response(esp_bd_addr_t remote_addr, int index, esp_hf_current_call_direction_t dir, in esp_hf_ag_clcc_response() argument 357 arg.clcc_rep.dir = dir; in esp_hf_ag_clcc_response()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | ledc_hal.h | 388 …_hal_context_t *hal, ledc_channel_t channel_num, uint32_t range, uint32_t *dir, uint32_t *cycle, u…
|