Home
last modified time | relevance | path

Searched defs:uint8_t (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dspi_master.rst247 .. _mixed_transactions:
/hal_espressif-2.7.6/examples/peripherals/spi_master/lcd/components/tjpgd/include/
Dtjpgd.h21 typedef unsigned char uint8_t; typedef
/hal_espressif-2.7.6/components/wpa_supplicant/port/include/
Dendian.h53 typedef __uint8_t uint8_t; typedef
/hal_espressif-2.7.6/components/nghttp/port/include/
Dhttp_parser.h38 typedef unsigned __int8 uint8_t; typedef
/hal_espressif-2.7.6/components/app_trace/
Dhost_file_io.c85 …_apptrace_file_cmd_send(esp_apptrace_dest_t dest, uint8_t cmd, void (*prep_args)(uint8_t *, void *… in esp_apptrace_file_cmd_send() argument
/hal_espressif-2.7.6/examples/peripherals/spi_master/lcd/components/tjpgd/src/
Dtjpgd.c748 uint16_t (*infunc)(JDEC*, uint8_t*, uint16_t), /* JPEG strem input function */ in jd_prepare() argument
/hal_espressif-2.7.6/components/hal/
Dsdio_slave_hal.c89 static esp_err_t sdio_ringbuf_send(sdio_ringbuf_t *buf, esp_err_t (*copy_callback)(uint8_t *, void … in sdio_ringbuf_send()