Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c2808 uint8_t most_bit = (uint8_t)__CLZ(__RBIT(block_size)); in SDIO_Convert_Block_Size() local
2810 if (((uint8_t)block_size & ((1U << most_bit) - 1U)) != 0U) in SDIO_Convert_Block_Size()
2814 return most_bit << SDMMC_DCTRL_DBLOCKSIZE_Pos; in SDIO_Convert_Block_Size()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c2808 uint8_t most_bit = (uint8_t)__CLZ(__RBIT(block_size)); in SDIO_Convert_Block_Size() local
2810 if (((uint8_t)block_size & ((1U << most_bit) - 1U)) != 0U) in SDIO_Convert_Block_Size()
2814 return most_bit << SDMMC_DCTRL_DBLOCKSIZE_Pos; in SDIO_Convert_Block_Size()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c2808 uint8_t most_bit = (uint8_t)__CLZ(__RBIT(block_size)); in SDIO_Convert_Block_Size() local
2810 if (((uint8_t)block_size & ((1U << most_bit) - 1U)) != 0U) in SDIO_Convert_Block_Size()
2814 return most_bit << SDMMC_DCTRL_DBLOCKSIZE_Pos; in SDIO_Convert_Block_Size()