Home
last modified time | relevance | path

Searched full:usec (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/boards/st/stm32g081b_eval/
Dstm32g081b_eval.dts178 * 2. tTransitionWindow - 12 to 20 uSec
179 * 3. tInterframGap - uSec
181 * hbit_clk = HSI_clk / 27 = 592.6 kHz = 1.687 uSec period
209 * 2. tTransitionWindow - 12 to 20 uSec
210 * 3. tInterframGap - uSec
212 * hbit_clk = HSI_clk / 27 = 592.6 kHz = 1.687 uSec period
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/src/
Dtest_pwm_loopback.c58 TC_PRINT("Testing PWM capture @ %u/%u usec\n", in test_capture()
228 uint64_t usec = 0; in ZTEST() local
270 err = pwm_cycles_to_usec(in.dev, in.pwm, buffer[i], &usec); in ZTEST()
271 zassert_equal(err, 0, "failed to calculate usec (err %d)", err); in ZTEST()
274 zassert_within(usec, TEST_PWM_PULSE_USEC, TEST_PWM_PULSE_USEC / 100, in ZTEST()
277 zassert_within(usec, TEST_PWM_PERIOD_USEC, TEST_PWM_PERIOD_USEC / 100, in ZTEST()
/Zephyr-latest/tests/lib/sys_util/src/
Dmain.c29 zassert_true(WAIT_FOR(true, 1, k_yield()), "true, 1usec, yield"); in ZTEST()
30 zassert_false(WAIT_FOR(false, 1, k_yield()), "false, 1usec, yield"); in ZTEST()
/Zephyr-latest/drivers/pwm/
Dpwm_shell.c149 SHELL_CMD_ARG(usec, &dsub_device_name, "<device> <channel> <period in usec> "
150 "<pulse width in usec> [flags]", cmd_usec, 5, 1),
/Zephyr-latest/boards/st/b_g474e_dpow1/
Db_g474e_dpow1.dts172 * 2. tTransitionWindow - 12 to 20 uSec
173 * 3. tInterframGap - uSec
175 * hbit_clk = HSI_clk / 27 = 592.6 kHz = 1.687 uSec period
/Zephyr-latest/boards/st/stm32g071b_disco/
Dstm32g071b_disco.dts174 * 2. tTransitionWindow - 12 to 20 uSec
175 * 3. tInterframGap - uSec
177 * hbit_clk = HSI_clk / 27 = 592.6 kHz = 1.687 uSec period
/Zephyr-latest/dts/bindings/pinctrl/
Drenesas,rzg-pinctrl.yaml93 This property intentionally redefined to avoid unnecessary conversation from usec to
/Zephyr-latest/include/zephyr/drivers/
Dpwm.h617 * @param[out] usec Pointer to the memory to store calculated usec.
624 uint32_t cycles, uint64_t *usec) in pwm_cycles_to_usec() argument
639 *usec = temp / cycles_per_sec; in pwm_cycles_to_usec()
836 * width (in usec).
838 * (in usec).
/Zephyr-latest/drivers/clock_control/
Dclock_control_pwm.c144 "Maximum pwm-on-delay is 65535 usec"); \
/Zephyr-latest/subsys/net/lib/shell/
Dmem.c159 PR("Slab\t\tStatus\tAllocs\tAvg size\tAvg time (usec)\n"); in cmd_net_mem()
Dppp.c45 PR_INFO("%s%d usec\n", in cmd_net_ppp_ping()
/Zephyr-latest/drivers/flash/
Dsoc_flash_nios2_qspi.c142 /* wait for 1 usec */ in flash_nios2_qspi_erase()
453 /* wait for 1 usec */ in flash_nios2_qspi_write_protection()
/Zephyr-latest/drivers/peci/
Dpeci_mchp_xec.c287 /* In worst case, overall timeout will be 1msec (100 * 10usec) */ in peci_xec_write()
326 /* Worst case timeout will be 1msec (100 * 10usec) */ in peci_xec_read()
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c108 * wp.josh.com blog post says we have at least 5 usec in send_buf()
/Zephyr-latest/drivers/sensor/aosong/dht/
Ddht.c28 * @return duration in usec of signal being measured,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h68 * @param _interval SDU interval (usec)
74 * @param _pd Presentation Delay (usec)
110 * @param _interval SDU interval (usec)
114 * @param _pd Presentation Delay (usec)
123 * @param _interval SDU interval (usec)
127 * @param _pd Presentation Delay (usec)
238 * @param _pd_min Minimum Presentation Delay (usec)
239 * @param _pd_max Maximum Presentation Delay (usec)
240 * @param _pref_pd_min Preferred Minimum Presentation Delay (usec)
241 * @param _pref_pd_max Preferred Maximum Presentation Delay (usec)
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt104 97 k_usleep usec=%u us | Returns %u
/Zephyr-latest/drivers/input/
Dinput_kbd_matrix.c197 /* Convert the clock cycle differences to usec */ in input_kbd_matrix_update_state()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c202 #define z_usleep(usec) k_busy_wait(usec) argument
Dieee802154_mcr20a.c152 #define z_usleep(usec) k_busy_wait(usec) argument
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dmain.c565 * usec (10ms slop experimentally determined, in ZTEST()
/Zephyr-latest/drivers/usb_c/tcpc/
Dps8xxx.c386 * respond within tRetry (~195 usec). in ps8xxx_tcpc_transmit_data()
/Zephyr-latest/drivers/display/
Ddisplay_rm67162.c251 /* Per datasheet, reset low pulse width should be at least 10usec */ in rm67162_init()
Ddisplay_rm68200.c201 /* Per datasheet, reset low pulse width should be at least 15usec */ in rm68200_init()
/Zephyr-latest/subsys/net/ip/
DKconfig1041 average allocation size, average allocation time in usec, for both

12