Implemented in log.c:469
Location | Referrer | Text |
---|---|---|
log.c:469 | ||
log.h:72 | ||
command.c:1115 | handle_sleep_command() | busy_sleep(duration); |
niietcm4.c:161 | niietcm4_opstatus_check() | busy_sleep(1); /* can use busy sleep for short times. */ |
niietcm4.c:198 | niietcm4_uopstatus_check() | busy_sleep(1); /* can use busy sleep for short times. */ |
niietcm4.c:914 | niietcm4_handle_service_mode_erase_command() | busy_sleep(1); /* can use busy sleep for short times. */ |
numicro.c:672 | numicro_fmc_cmd() | busy_sleep(1); /* can use busy sleep for short times. */ |
numicro.c:903 | numicro_erase() | busy_sleep(1); /* can use busy sleep for short times. */ |
numicro.c:999 | numicro_write() | busy_sleep(1); /* can use busy sleep for short times. */ |