Home
last modified time | relevance | path

Searched full:microseconds (Results 1 – 25 of 36) sorted by relevance

12

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_qdec.h135 …AMPLEPER_128us = QDEC_SAMPLEPER_SAMPLEPER_128us, /**< QDEC sampling period 128 microseconds. */
136 …AMPLEPER_256us = QDEC_SAMPLEPER_SAMPLEPER_256us, /**< QDEC sampling period 256 microseconds. */
137 …AMPLEPER_512us = QDEC_SAMPLEPER_SAMPLEPER_512us, /**< QDEC sampling period 512 microseconds. */
138 …MPLEPER_1024us = QDEC_SAMPLEPER_SAMPLEPER_1024us, /**< QDEC sampling period 1024 microseconds. */
139 …MPLEPER_2048us = QDEC_SAMPLEPER_SAMPLEPER_2048us, /**< QDEC sampling period 2048 microseconds. */
140 …MPLEPER_4096us = QDEC_SAMPLEPER_SAMPLEPER_4096us, /**< QDEC sampling period 4096 microseconds. */
141 …MPLEPER_8192us = QDEC_SAMPLEPER_SAMPLEPER_8192us, /**< QDEC sampling period 8192 microseconds. */
142 …PLEPER_16384us = QDEC_SAMPLEPER_SAMPLEPER_16384us /**< QDEC sampling period 16384 microseconds. */
271 * @brief Function for converting the value of QDEC's SAMPLE PERIOD to microseconds.
272 * @retval sampling period in microseconds.
[all …]
H A Dnrf_timer.h485 * (in microseconds) and timer frequency.
487 * @param[in] time_us Time in microseconds.
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_cputime_pwr2.c40 * Converts the given number of microseconds into cputime ticks.
42 * @param usecs The number of microseconds to convert to ticks
67 * Convert the given number of ticks into microseconds.
69 * @param ticks The number of ticks to convert to microseconds.
71 * @return uint32_t The number of microseconds corresponding to 'ticks'
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_cputime.h151 * Converts the given number of microseconds into cputime ticks.
153 * @param usecs The number of microseconds to convert to ticks
160 * Convert the given number of ticks into microseconds.
162 * @param ticks The number of ticks to convert to microseconds.
164 * @return uint32_t The number of microseconds corresponding to 'ticks'
177 * Wait until 'usecs' microseconds has elapsed. This is a blocking delay.
209 * Sets a cpu timer that will expire 'usecs' microseconds from the current
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_systick.c52 * @brief Number of microseconds in a second
74 * @param us Time in microseconds to check
80 * @brief Function that converts microseconds to ticks
82 * Function converts from microseconds to CPU ticks.
84 * @param us Number of microseconds
/nrf52832-nimble/nordic/nrfx/soc/
H A Dnrfx_coredep.h69 * @brief Function for delaying execution for a number of microseconds.
73 * - For SoCs working at 64MHz: 0xFFFFFFFF/64 = 0x03FFFFFF (67108863 microseconds)
74 * - For SoCs working at 16MHz: 0xFFFFFFFF/16 = 0x0FFFFFFF (268435455 microseconds)
76 * @param time_us Number of microseconds to wait.
/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry_1.c52 float Microseconds, variable
229 Microseconds = (float) User_Time * Mic_secs_Per_Second in dhry_test()
233 printf ("Microseconds for one run through Dhrystone: "); in dhry_test()
234 printf ("%6d \n", (int)Microseconds); in dhry_test()
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_qdec.h53 nrf_qdec_sampleper_t sampleper; /**< Sampling period in microseconds. */
57 …uint32_t ledpre; /**< Time (in microseconds) how long LED is switched on b…
H A Dnrfx_timer.h299 * @brief Function for converting time in microseconds to timer ticks.
302 * @param[in] time_us Time in microseconds.
H A Dnrfx_systick.h107 * @param[in] us Number of microseconds to delay.
H A Dnrfx_rtc.h49 /**@brief Macro to convert microseconds into ticks. */
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/
H A Dtime.h27 long tv_usec; /* and microseconds */
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/
H A Dtime.h27 long tv_usec; /* and microseconds */
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/
H A Dtime.h21 long tv_usec; /* and microseconds */
/nrf52832-nimble/rt-thread/components/lwp/
H A Dlwp_syscall.h20 typedef long suseconds_t; /* microseconds (signed) */
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_lp_clock.rst61 microseconds is a fairly long time and was intended to work for most, if
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsntp_opts.h49 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds instead of this one
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsntp_opts.h50 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml189 the HW supports this). This value is in microseconds.
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dtime.c235 tv->tv_usec = 0; // get remaining microseconds in _gettimeofday()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/
H A Dsntp.c117 /** Convert NTP timestamp fraction to microseconds.
144 * Unix time in seconds and microseconds. Take care to avoid overflow if the
/nrf52832-nimble/nordic/nrfx/templates/
H A Dnrfx_glue.h157 * @param us_time Number of microseconds to wait.
/nrf52832-nimble/nordic/nrfx/drivers/
H A Dnrfx_common.h158 * @param[in] delay_us Delay between consecutive checks, in microseconds.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsockets.h315 long tv_usec; /* and microseconds */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll.h418 /* Calculate the amount of time in microseconds a PDU with payload length of

12