Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dlldesc.h73 owner : 1; /* hw or sw */ member
151 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-3.6.0/components/esp_rom/include/esp32/rom/
Dlldesc.h73 owner : 1; /* hw or sw */ member
151 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-3.6.0/components/esp_rom/include/esp32s3/rom/
Dlldesc.h71 owner : 1; /* hw or sw */ member
149 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-3.6.0/components/esp_rom/include/esp32h2/rom/
Dlldesc.h73 owner : 1; /* hw or sw */ member
151 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-3.6.0/components/esp_rom/include/esp32s2/rom/
Dlldesc.h73 owner : 1; /* hw or sw */ member
151 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-3.6.0/components/lwip/port/esp32/include/arch/
Dsys_arch.h53 void *owner; member
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/
Dspinlock.h36 NEED_VOLATILE_MUX uint32_t owner; member
/hal_espressif-3.6.0/components/hal/include/hal/
Ddma_types.h35 …uint32_t owner : 1; /*!< Who is allowed to access the buffer that this descriptor points t… member
/hal_espressif-3.6.0/components/mqtt/host_test/mocks/include/freertos/
Dportmacro.h118 uint32_t owner; member
/hal_espressif-3.6.0/components/freertos/port/riscv/include/freertos/
Dportmacro.h163 uint32_t owner; member
/hal_espressif-3.6.0/components/lwip/port/esp32/freertos/
Dsys_arch.c369 sys_mbox_set_owner(sys_mbox_t *mbox, void* owner) in sys_mbox_set_owner()
/hal_espressif-3.6.0/components/driver/test/
Dtest_rmt.c138 rmt_mem_owner_t owner; variable
/hal_espressif-3.6.0/components/driver/
Drmt.c337 esp_err_t rmt_set_memory_owner(rmt_channel_t channel, rmt_mem_owner_t owner) in rmt_set_memory_owner()
347 esp_err_t rmt_get_memory_owner(rmt_channel_t channel, rmt_mem_owner_t *owner) in rmt_get_memory_owner()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Drmt_ll.h158 static inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, uint8_t owner) in rmt_ll_rx_set_mem_owner()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Drmt_ll.h160 static inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, uint8_t owner) in rmt_ll_rx_set_mem_owner()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Drmt_ll.h172 static inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, uint8_t owner) in rmt_ll_rx_set_mem_owner()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Drmt_ll.h170 static inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, uint8_t owner) in rmt_ll_rx_set_mem_owner()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Drmt_ll.h173 static inline void rmt_ll_rx_set_mem_owner(rmt_dev_t *dev, uint32_t channel, uint8_t owner) in rmt_ll_rx_set_mem_owner()