essl_get_intr() function
Get interrupt bits of ESSL slave.
Arguments
handle
Handle of an ESSL device.
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
Millisecond to wait before timeout, will not wait at all if set to 0-9.
Return value
- ESP_OK: Success - ESP_INVALID_ARG: If both ``intr_raw`` and ``intr_st`` are NULL. - ESP_ERR_NOT_SUPPORTED: Current device does not support this function. - One of the error codes from SDMMC host controller
essl_get_intr() is called by 1 function and calls 3 functions:
![]()
essl_get_intr()
essl_get_intr() reads 8 variables:
![]()
essl_get_intr()