Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/include/llvm_libc/sys/
Dtime.h15 typedef long suseconds_t; typedef
19 suseconds_t tv_usec;
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dllvm_libc_interface.c29 tv->tv_usec = (suseconds_t)(us_since_epoch % 1000000); in gettimeofday()
Dpicolibc_interface.c85 tv->tv_usec = (suseconds_t)(us_since_epoch % 1000000); in gettimeofday()
Dnewlib_interface.c83 tv->tv_usec = (suseconds_t)(us_since_epoch % 1000000); in _gettimeofday()