SDIO_SLAVE_FLAG_HOST_INTR_DISABLED macro
The DAT1 line is used as the interrupt line in SDIO protocol. However, as a feature, the user can specify this flag to make use of DAT1 pin of the slave in 1-bit mode. Note that the host has to do polling to the interrupt registers to know whether there are interrupts from the slave. And it cannot read CCCR registers to know we don't support 4-bit mode anymore, please do this at your own risk.
Syntax
#define SDIO_SLAVE_FLAG_HOST_INTR_DISABLED BIT(1)