Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h879 #define SDIO_CCCR_DRIVE_STRENGTH_C BIT(1) /*!< drive type C */ macro
/Zephyr-latest/subsys/sd/
Dsdio.c294 if (data & SDIO_CCCR_DRIVE_STRENGTH_C) { in sdio_read_cccr()