Searched defs:eof (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/soc/ |
D | lldesc.c | 39 bool eof = desc->eof; in lldesc_get_received_len() local
|
/hal_espressif-latest/components/esp_rom/include/ |
D | esp_rom_lldesc.h | 34 eof : 1, /* end of frame */ 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/dma/ |
D | esp_async_memcpy.c | 290 dma_descriptor_t *eof = (dma_descriptor_t *)impl->rx_eof_addr; in async_memcpy_isr_on_rx_done_event() local
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | sdio_slave_ll.h | 53 eof : 1, /* end of frame */ member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sdio_slave_ll.h | 53 eof : 1, /* end of frame */ member
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart_dma.c | 45 eof : 1, /* end of frame */ member
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 89 eof : 1; /* end of link */ member
|