Searched defs:warn (Results 1 – 2 of 2) sorted by relevance
23 #define SPIHD_CHECK(cond,warn,ret) do{if(!(cond)){ESP_LOGE(TAG, warn); return ret;}} while(0) argument
198 def warn(text, *args): # type: (str, str) -> None function