/hal_espressif-3.7.0/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() argument 111 ds->sosf = sosf; in lldesc_config() 118 (_desc)->sosf = (_sosf); \
|
/hal_espressif-3.7.0/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() argument 111 ds->sosf = sosf; in lldesc_config() 118 (_desc)->sosf = (_sosf); \
|
/hal_espressif-3.7.0/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() argument 111 ds->sosf = sosf; in lldesc_config() 118 (_desc)->sosf = (_sosf); \
|
/hal_espressif-3.7.0/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() argument 108 ds->sosf = sosf; in lldesc_config() 116 (_desc)->sosf = (_sosf); \
|
/hal_espressif-3.7.0/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() argument 118 ds->sosf = sosf; in lldesc_config() 125 (_desc)->sosf = (_sosf); \
|
/hal_espressif-3.7.0/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() argument 122 ds->sosf = sosf; in lldesc_config() 129 (_desc)->sosf = (_sosf); \
|
/hal_espressif-3.7.0/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() argument 122 ds->sosf = sosf; in lldesc_config() 129 (_desc)->sosf = (_sosf); \
|
/hal_espressif-3.7.0/components/esp_rom/include/ |
D | esp_rom_lldesc.h | 33 sosf : 1, /* start of sub-frame */ member
|
/hal_espressif-3.7.0/components/hal/esp32c2/ |
D | rtc_cntl_hal.c | 35 plink->sosf = 0; in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-3.7.0/components/hal/esp32c3/ |
D | rtc_cntl_hal.c | 44 plink->sosf = 0; in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-3.7.0/components/soc/ |
D | lldesc.c | 22 dmadesc[n].sosf = 0; in lldesc_setup_link_constrained()
|
/hal_espressif-3.7.0/components/hal/esp32s3/ |
D | rtc_cntl_hal.c | 37 plink->sosf = 0; in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/ |
D | sdio_slave_ll.h | 52 sosf : 1, /* start of sub-frame */ member
|
/hal_espressif-3.7.0/components/hal/esp32/include/hal/ |
D | sdio_slave_ll.h | 52 sosf : 1, /* start of sub-frame */ member
|
/hal_espressif-3.7.0/components/hal/ |
D | spi_slave_hd_hal.c | 308 dmadesc[n].desc.sosf = 0; in spi_slave_hd_hal_link_append_desc()
|
/hal_espressif-3.7.0/components/driver/deprecated/ |
D | i2s_legacy.c | 530 dma_obj->desc[cnt]->sosf = 0; in i2s_alloc_dma_buffer()
|