Searched refs:CBUSY (Results 1 – 2 of 2) sorted by relevance
10 #define CBUSY BIT(10) //Busy Check macro17 #define RSP_1B (0x40 | CBUSY | CRSP | CK8E) //接收6BYTE,并等待BUSY81 uint32_t time_out = (cmd & CBUSY) ? RSP_BUSY_TIMEOUT : RSP_TIMEOUT; in sdio_send_cmd()
230 #define CBUSY BIT(10) //Busy Check in rthw_sdio_send_command() macro244 reg_cmd |= CBUSY | CRSP; in rthw_sdio_send_command()
Completed in 10 milliseconds