Searched refs:min_t (Results 1 – 2 of 2) sorted by relevance
30 #define min_t(type, x, y) (((type)x < (type)y) ? x : y) macro
2814 curr = min_t(rt_uint32_t, curr, RT_SDHCI_MAX_CURRENT_LIMIT); in rt_sdhci_setup_host()
Completed in 11 milliseconds