void tdispClear(void) { tdisp_lld_clear(); }
void tdispClear(void) { MUTEX_ENTER(); tdisp_lld_clear(); MUTEX_LEAVE(); }