Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/mcu/
Dam_hal_card.c1935 uint32_t ui32BlockLen = 1 << ui32RdBlockLen; in am_hal_sd_card_get_block_count() local
1940 ui32MaxBlks = ( ui32CSize + 1 ) * ui32Mult * ui32BlockLen / 512; in am_hal_sd_card_get_block_count()
2294 uint32_t ui32BlockLen = 1 << pCard->sdcard.ui32RdBlockLen; in am_hal_sd_card_init() local
2299 pCard->ui32MaxBlks = ( pCard->sdcard.ui32CSize + 1 ) * ui32Mult * ui32BlockLen / 512; in am_hal_sd_card_init()
2300 pCard->ui32BlkSize = ui32BlockLen; in am_hal_sd_card_init()