Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h269 …__IO uint8_t SecuredMode; /*!< Card is in secured mode of operation … member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2543 pStatus->SecuredMode = (uint8_t)((sd_status[0] & 0x20U) >> 5U); in HAL_SD_GetCardStatus()