essl_sdio_get_intr() function
Get interrupt bits of an ESSL SDIO slave.
Arguments
arg
Context of the component.
intr_raw
Output of the raw interrupt bits. Set to NULL if only masked bits are read.
intr_st
Output of the masked interrupt bits. set to NULL if only raw bits are read.
wait_ms
Time to wait before timeout, in ms.
Return value
- ESP_OK Success - ESP_INVALID_ARG if both ``intr_raw`` and ``intr_st`` are NULL. - One of the error codes from SDMMC host controller
essl_sdio_get_intr() calls 3 functions:
![]()
essl_sdio_get_intr()
essl_sdio_get_intr() reads 7 variables and writes 1 variable:
![]()
essl_sdio_get_intr()