Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_sd.h268 …__IO uint8_t VideoSpeedClass; /*!< Carries information about the Video Speed Class of UHS … member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_sd.c2553 pStatus->VideoSpeedClass = (uint8_t)((sd_status[4] & 0xFF000000U) >> 24U); in HAL_SD_GetCardStatus()