Home
last modified time | relevance | path

Searched refs:SDIO_SLAVE_SEND_PACKET (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dsdio_slave_types.h43SDIO_SLAVE_SEND_PACKET = 1, ///< Packet mode, one packets will be sent one after another (only inc… enumerator
/hal_espressif-latest/components/hal/
Dsdio_slave_hal.c333 if (hal->sending_mode == SDIO_SLAVE_SEND_PACKET) { in send_check_new_packet()
535 .eof = (hal->sending_mode == SDIO_SLAVE_SEND_PACKET), in sdio_slave_hal_send_queue()