Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h272 …__IO uint8_t SpeedClass; /*!< Carries information about the speed class of the card … member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2550 pStatus->SpeedClass = (uint8_t)(sd_status[2] & 0xFFU); in HAL_SD_GetCardStatus()