essl_set_intr_ena() function
Set interrupt enable bits of ESSL slave. The slave only sends interrupt on the line when there is a bit both the raw status and the enable are set.
Arguments
handle
Handle of an ESSL device.
ena_mask
Mask of the interrupt bits to enable.
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