Searched defs:blks (Results 1 – 3 of 3) sorted by relevance
12 uint32_t blks, uint32_t timeout) in hal_sd_blks_read()18 uint32_t blks, uint32_t timeout) in hal_sd_blks_write()
68 uint32_t blks, uint32_t timeout) in hal_sd_blks_read()93 uint32_t blks, uint32_t timeout) in hal_sd_blks_write()
39 #define GET_LOOKAHEAD_SIZE(blks) (_ALIGN8((blks)>>4) > 16 ? _ALIGN8((blks)>>4) : 16) argument
Completed in 5 milliseconds