Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/hal/
Dledc_hal.c64 …(ledc_hal_context_t *hal, ledc_channel_t channel_num, uint32_t range, uint32_t *dir, uint32_t *cyc… in ledc_hal_get_fade_param()
Dtwai_hal_iram.c114 twai_ll_err_dir_t dir; local
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/
Dhci_driver_nimble.c32 hci_driver_direction_t dir) in hci_driver_vhci_tx()
Dhci_driver_tamplete.c103 hci_driver_direction_t dir) in hci_driver_vhci_tx()
Dhci_driver_standard.c77 hci_driver_direction_t dir) in hci_driver_vhci_tx()
/hal_espressif-latest/components/bt/porting/transport/src/
Dhci_transport.c46 hci_driver_direction_t dir) in hci_transport_packet_rx()
/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/porting/transport/driver/uart/
Dhci_driver_uart.c44 hci_driver_direction_t dir) in hci_driver_uart_tx()
Dhci_driver_uart_dma.c484 hci_driver_direction_t dir) in hci_driver_uart_dma_tx()
/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()
969 UINT16 idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local
/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()
/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/hal/esp32c6/include/hal/
Dledc_ll.h489 …m(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *dir, uint32_t *cyc… in ledc_ll_get_duty_param()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dledc_ll.h470 …m(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *dir, uint32_t *cyc… in ledc_ll_get_duty_param()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c642 …status_t btc_hf_clcc_response(bt_bdaddr_t *bd_addr, int index, esp_hf_current_call_direction_t dir, in btc_hf_clcc_response()
/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/esp32/include/hal/
Dtwai_ll.h537 twai_ll_err_dir_t *dir, in twai_ll_parse_err_code_cap()
/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/driver/deprecated/
Di2s_legacy.c128 i2s_dir_t dir; member