Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c128 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/
Desp_hci_driver.h28 hci_driver_direction_t dir);
35 hci_driver_direction_t dir);
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/
Dhci_driver_nimble.c32 hci_driver_direction_t dir) in hci_driver_vhci_tx() argument
36 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
Dhci_driver_tamplete.c103 hci_driver_direction_t dir) in hci_driver_vhci_tx() argument
107 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
Dhci_driver_standard.c77 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/
Dledc_hal.c64 …_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()
Dtwai_hal_iram.c114 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/
DMakefile12 SDKCONFIG_DIR := $(dir $(realpath sdkconfig/sdkconfig.h))
15 SDKCONFIG_DIR := $(dir $(realpath $(SDKCONFIG)))
/hal_espressif-latest/components/spi_flash/sim/stubs/
DMakefile12 SDKCONFIG_DIR := $(dir $(realpath sdkconfig/sdkconfig.h))
15 SDKCONFIG_DIR := $(dir $(realpath $(SDKCONFIG)))
/hal_espressif-latest/components/bt/porting/transport/src/
Dhci_transport.c46 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/
Dhci_driver_uart.c44 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/
Dpmu_param.c277 #define PMU_HP_RETENTION_REGDMA_CONFIG(dir, entry) ((((dir)<<2) | (entry & 0x3)) & 0x7) argument
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c277 #define PMU_HP_RETENTION_REGDMA_CONFIG(dir, entry) ((((dir)<<2) | (entry & 0x3)) & 0x7) argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c545 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/
Dproject_include.cmake56 # 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/
Dtwai_struct.h122 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtwai_struct.h123 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtwai_struct.h120 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtwai_struct.h121 uint32_t dir: 1; /* ECC.5 Error Direction (TX/RX) */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_ag.h141 esp_hf_current_call_direction_t dir; member
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dledc_ll.h489 …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/
Dledc_ll.h470 …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/
Desp_hf_client_api.h213 esp_hf_current_call_direction_t dir; /*!< direction of the call */ member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c340 … 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/
Dledc_hal.h388 …_hal_context_t *hal, ledc_channel_t channel_num, uint32_t range, uint32_t *dir, uint32_t *cycle, u…

12