Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/
A Dsys_debug.h111 #define _R_DEBUG(module, dlevel, expand, msg, arg...) \ macro
150 _R_DEBUG(module, dlevel, !(assert), \
184 _R_DEBUG(module, R_LEVEL_ERROR, expand, msg, ##arg)
187 _R_DEBUG(module, R_LEVEL_ALERT, expand, msg, ##arg)
190 _R_DEBUG(module, R_LEVEL_CRIT, expand, msg, ##arg)
193 _R_DEBUG(module, R_LEVEL_EMERG, R_xpand, msg, ##arg)
196 _R_DEBUG(module, R_LEVEL_WARNING, expand, msg, ##arg)
199 _R_DEBUG(module, R_LEVEL_NOTICE, expand, msg, ##arg)
202 _R_DEBUG(module, R_LEVEL_INFO, expand, msg, ##arg)
205 _R_DEBUG(module, R_LEVEL_DEBUG, expand, msg, ##arg)
[all …]

Completed in 6 milliseconds