essl_clear_intr() function
Clear interrupt bits of ESSL slave. All the bits set in the mask will be cleared, while other bits will stay the same.
Arguments
handle
Handle of an ESSL device.
intr_mask
Mask of interrupt bits to clear.
wait_ms
Millisecond to wait before timeout, will not wait at all if set to 0-9.
Return value
- ESP_OK: Success - ESP_ERR_NOT_SUPPORTED: Current device does not support this function. - One of the error codes from SDMMC host controller