Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c93 static sdspi_dev_handle_t store_slot_info(slot_info_t *slot) in store_slot_info()
112 slot_info_t* slot = s_slots[handle]; in remove_slot_info() local
121 static void cs_high(slot_info_t *slot) in cs_high()
129 static void cs_low(slot_info_t *slot) in cs_low()
137 static bool card_write_protected(slot_info_t *slot) in card_write_protected()
146 static bool card_missing(slot_info_t *slot) in card_missing()
156 static esp_err_t get_block_buf(slot_info_t *slot, uint8_t **out_buf) in get_block_buf()
170 static void release_bus(slot_info_t *slot) in release_bus()
182 static void go_idle_clockout(slot_info_t *slot) in go_idle_clockout()
202 static esp_err_t configure_spi_dev(slot_info_t *slot, int clock_speed_hz) in configure_spi_dev()
[all …]
Dsdspi_transaction.c97 esp_err_t sdspi_host_do_transaction(int slot, sdmmc_command_t *cmdinfo) in sdspi_host_do_transaction()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c120 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_handle() local
133 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_id() local
146 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_fd() local
176 l2cap_slot_t **slot = NULL; in l2cap_malloc_slot() local
239 static void l2cap_free_slot(l2cap_slot_t *slot) in l2cap_free_slot()
261 l2cap_slot_t *slot = NULL; in l2cap_free_pending_slots() local
275 l2cap_slot_t *slot = (l2cap_slot_t *)arg; in close_timeout_handler() local
306 l2cap_slot_t *slot = NULL; in btc_l2cap_inter_cb() local
511 l2cap_slot_t *slot = l2cap_malloc_slot(); in btc_l2cap_start_srv() local
648 l2cap_slot_t *slot = l2cap_malloc_slot(); in btc_l2cap_connect() local
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c129 spp_slot_t **slot = NULL; in spp_malloc_slot() local
207 spp_slot_t *slot = NULL; in spp_find_slot_by_id() local
219 spp_slot_t *slot = NULL; in spp_find_slot_by_handle() local
231 spp_slot_t *slot = NULL; in spp_find_slot_by_fd() local
243 spp_slot_t *slot = NULL; in spp_find_slot_by_scn() local
257 spp_slot_t *slot = (spp_slot_t *)arg; in close_timeout_handler() local
275 static void spp_free_slot(spp_slot_t *slot) in spp_free_slot()
301 spp_slot_t *slot = NULL; in spp_free_pending_slots() local
336 spp_slot_t *slot = NULL, *slot_new = NULL; in btc_spp_rfcomm_inter_cb() local
466 spp_slot_t *slot = NULL; in btc_spp_dm_inter_cb() local
[all …]
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsdmmc_ll.h162 static inline void sdmmc_ll_enable_card_clock(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock()
178 static inline void sdmmc_ll_set_card_clock_div(sdmmc_dev_t *hw, uint32_t slot, uint32_t card_div) in sdmmc_ll_set_card_clock_div()
199 static inline uint32_t sdmmc_ll_get_card_clock_div(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_get_card_clock_div()
223 static inline void sdmmc_ll_enable_card_clock_low_power(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock_low_power()
266 static inline bool sdmmc_ll_is_card_detected(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_is_card_detected()
279 static inline bool sdmmc_ll_is_card_write_protected(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_is_card_write_protected()
292 static inline void sdmmc_ll_enable_ddr_mode(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_ddr_mode()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdmmc_ll.h158 static inline void sdmmc_ll_enable_card_clock(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock()
174 static inline void sdmmc_ll_set_card_clock_div(sdmmc_dev_t *hw, uint32_t slot, uint32_t card_div) in sdmmc_ll_set_card_clock_div()
195 static inline uint32_t sdmmc_ll_get_card_clock_div(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_get_card_clock_div()
219 static inline void sdmmc_ll_enable_card_clock_low_power(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock_low_power()
262 static inline bool sdmmc_ll_is_card_detected(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_is_card_detected()
275 static inline bool sdmmc_ll_is_card_write_protected(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_is_card_write_protected()
288 static inline void sdmmc_ll_enable_ddr_mode(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_ddr_mode()
/hal_espressif-latest/zephyr/port/boot/
Desp_image_loader.c75 void esp_app_image_load(int image_index, int slot, in esp_app_image_load()
183 void start_cpu0_image(int image_index, int slot, unsigned int hdr_offset) in start_cpu0_image()
232 void start_cpu1_image(int image_index, int slot, unsigned int hdr_offset) in start_cpu1_image()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c94 sdp_slot_t *slot = NULL; in set_sdp_slot_info() local
131 sdp_slot_t *slot = NULL; in get_sdp_slot_info() local
166 sdp_slot_t *slot = NULL; in get_sdp_slot_id_by_handle() local
184 sdp_slot_t *slot = NULL; in start_create_sdp() local
246 sdp_slot_t **slot = NULL; in alloc_sdp_slot() local
285 sdp_slot_t *slot = NULL; in free_sdp_slot() local