Home
last modified time | relevance | path

Searched refs:nbr_of_func (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c2493 uint32_t nbr_of_func; in SDIO_InitCard() local
2515 nbr_of_func = ((Resp4 & 0x70000000U) >> 28U); in SDIO_InitCard()
2517 if (nbr_of_func > 0U) in SDIO_InitCard()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c2493 uint32_t nbr_of_func; in SDIO_InitCard() local
2515 nbr_of_func = ((Resp4 & 0x70000000U) >> 28U); in SDIO_InitCard()
2517 if (nbr_of_func > 0U) in SDIO_InitCard()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c2493 uint32_t nbr_of_func; in SDIO_InitCard() local
2515 nbr_of_func = ((Resp4 & 0x70000000U) >> 28U); in SDIO_InitCard()
2517 if (nbr_of_func > 0U) in SDIO_InitCard()