Home
last modified time | relevance | path

Searched refs:sosf (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/
Dlldesc.h107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
111 ds->sosf = sosf; in lldesc_config()
118 (_desc)->sosf = (_sosf); \
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/
Dlldesc.h107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
111 ds->sosf = sosf; in lldesc_config()
118 (_desc)->sosf = (_sosf); \
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/
Dlldesc.h107 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
111 ds->sosf = sosf; in lldesc_config()
118 (_desc)->sosf = (_sosf); \
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/
Dlldesc.h104 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
108 ds->sosf = sosf; in lldesc_config()
116 (_desc)->sosf = (_sosf); \
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/
Dlldesc.h114 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
118 ds->sosf = sosf; in lldesc_config()
125 (_desc)->sosf = (_sosf); \
/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/
Dlldesc.h118 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
122 ds->sosf = sosf; in lldesc_config()
129 (_desc)->sosf = (_sosf); \
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/
Dlldesc.h118 static inline void lldesc_config(lldesc_t *ds, uint8_t owner, uint8_t eof, uint8_t sosf, uint16_t l… in lldesc_config() argument
122 ds->sosf = sosf; in lldesc_config()
129 (_desc)->sosf = (_sosf); \
/hal_espressif-3.7.0/components/esp_rom/include/
Desp_rom_lldesc.h33 sosf : 1, /* start of sub-frame */ member
/hal_espressif-3.7.0/components/hal/esp32c2/
Drtc_cntl_hal.c35 plink->sosf = 0; in rtc_cntl_hal_dma_link_init()
/hal_espressif-3.7.0/components/hal/esp32c3/
Drtc_cntl_hal.c44 plink->sosf = 0; in rtc_cntl_hal_dma_link_init()
/hal_espressif-3.7.0/components/soc/
Dlldesc.c22 dmadesc[n].sosf = 0; in lldesc_setup_link_constrained()
/hal_espressif-3.7.0/components/hal/esp32s3/
Drtc_cntl_hal.c37 plink->sosf = 0; in rtc_cntl_hal_dma_link_init()
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Dsdio_slave_ll.h52 sosf : 1, /* start of sub-frame */ member
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dsdio_slave_ll.h52 sosf : 1, /* start of sub-frame */ member
/hal_espressif-3.7.0/components/hal/
Dspi_slave_hd_hal.c308 dmadesc[n].desc.sosf = 0; in spi_slave_hd_hal_link_append_desc()
/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c530 dma_obj->desc[cnt]->sosf = 0; in i2s_alloc_dma_buffer()