/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_retention.c | 211 static inline bool sleep_retention_entries_require_branch(uint32_t owner, uint32_t runtime_bitmap) in sleep_retention_entries_require_branch() 218 static esp_err_t sleep_retention_entries_check_and_create_default(uint32_t owner, uint32_t runtime_… in sleep_retention_entries_check_and_create_default() 243 static void sleep_retention_entries_update(uint32_t owner, void *new_link, regdma_link_priority_t p… in sleep_retention_entries_update() 261 static void * sleep_retention_entries_try_create(const regdma_link_config_t *config, uint32_t owner… in sleep_retention_entries_try_create() 285 …ntion_entries_try_create_bonding(const regdma_link_config_t *config, uint32_t owner, regdma_link_p… in sleep_retention_entries_try_create_bonding() 341 uint32_t owner = 0; in sleep_retention_entries_owner_bitmap() local
|
/hal_espressif-latest/components/esp_rom/include/ |
D | esp_rom_lldesc.h | 35 owner : 1; /* hw or sw */ member
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | spinlock.h | 35 NEED_VOLATILE_MUX uint32_t owner; member
|
/hal_espressif-latest/components/hal/include/hal/ |
D | dma_types.h | 28 …uint32_t owner : 1; /*!< Who is allowed to access the buffer that this descriptor points t… member
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | lldesc.h | 107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config()
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | lldesc.h | 107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config()
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | lldesc.h | 114 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config()
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | lldesc.h | 107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config()
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | lldesc.h | 118 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config()
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | lldesc.h | 104 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config()
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | lldesc.h | 118 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config()
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | sleep_retention.h | 81 …uint32_t owner; /**< Indicates which regdma entries the current node will insert i… member
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | sdio_slave_ll.h | 54 owner : 1; /* hw or sw */ member
|
D | rmt_ll.h | 534 …tic inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, rmt_ll_mem_owner_t owner) in rmt_ll_rx_set_mem_owner()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sdio_slave_ll.h | 54 owner : 1; /* hw or sw */ member
|
D | rmt_ll.h | 404 …tic inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, rmt_ll_mem_owner_t owner) in rmt_ll_rx_set_mem_owner()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 365 esp_err_t rmt_set_memory_owner(rmt_channel_t channel, rmt_mem_owner_t owner) in rmt_set_memory_owner() 375 esp_err_t rmt_get_memory_owner(rmt_channel_t channel, rmt_mem_owner_t *owner) in rmt_get_memory_owner()
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart_dma.c | 46 owner : 1; /* hw or sw */ member
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 519 …tic inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, rmt_ll_mem_owner_t owner) in rmt_ll_rx_set_mem_owner()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 511 …tic inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, rmt_ll_mem_owner_t owner) in rmt_ll_rx_set_mem_owner()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 557 …tic inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, rmt_ll_mem_owner_t owner) in rmt_ll_rx_set_mem_owner()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 531 …tic inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, rmt_ll_mem_owner_t owner) in rmt_ll_rx_set_mem_owner()
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 626 uint32_t owner = 0; in regdma_link_get_owner_bitmap() local
|