/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_qdec.h | 135 …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 D | nrf_timer.h | 485 * (in microseconds) and timer frequency. 487 * @param[in] time_us Time in microseconds.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | os_cputime_pwr2.c | 40 * 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 D | os_cputime.h | 151 * 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 D | nrfx_systick.c | 52 * @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 D | nrfx_coredep.h | 69 * @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 D | dhry_1.c | 52 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 D | nrfx_qdec.h | 53 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 D | nrfx_timer.h | 299 * @brief Function for converting time in microseconds to timer ticks. 302 * @param[in] time_us Time in microseconds.
|
H A D | nrfx_systick.h | 107 * @param[in] us Number of microseconds to delay.
|
H A D | nrfx_rtc.h | 49 /**@brief Macro to convert microseconds into ticks. */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/ |
H A D | time.h | 27 long tv_usec; /* and microseconds */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/ |
H A D | time.h | 27 long tv_usec; /* and microseconds */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/ |
H A D | time.h | 21 long tv_usec; /* and microseconds */
|
/nrf52832-nimble/rt-thread/components/lwp/ |
H A D | lwp_syscall.h | 20 typedef long suseconds_t; /* microseconds (signed) */
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_lp_clock.rst | 61 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 D | sntp_opts.h | 49 * 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 D | sntp_opts.h | 50 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 189 the HW supports this). This value is in microseconds.
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | time.c | 235 tv->tv_usec = 0; // get remaining microseconds in _gettimeofday()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/ |
H A D | sntp.c | 117 /** 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 D | nrfx_glue.h | 157 * @param us_time Number of microseconds to wait.
|
/nrf52832-nimble/nordic/nrfx/drivers/ |
H A D | nrfx_common.h | 158 * @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 D | sockets.h | 315 long tv_usec; /* and microseconds */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll.h | 418 /* Calculate the amount of time in microseconds a PDU with payload length of
|