Home
last modified time | relevance | path

Searched refs:SDIO_CCCR_DRIVE_STRENGTH_A (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h878 #define SDIO_CCCR_DRIVE_STRENGTH_A BIT(0) /*!< drive type A */ macro
/Zephyr-latest/subsys/sd/
Dsdio.c291 if (data & SDIO_CCCR_DRIVE_STRENGTH_A) { in sdio_read_cccr()