Searched refs:pulse (Results 1 – 8 of 8) sorted by relevance
| /tests/drivers/psi5/psi5_api/boards/ |
| A D | s32z2xxdc2_s32z270_rtu0.overlay | 33 period-sync-pulse-us = <500>; 35 pulse-width-0-us = <100>; 36 pulse-width-1-us = <127>;
|
| /tests/drivers/pwm/pwm_loopback/src/ |
| A D | test_pwm_loopback.c | 38 static void test_capture(uint32_t period, uint32_t pulse, enum test_pwm_unit unit, in test_capture() argument 52 pulse, period); in test_capture() 53 err = pwm_set(out.dev, out.pwm, period, pulse, out.flags ^= in test_capture() 59 pulse, period); in test_capture() 61 PWM_USEC(pulse), out.flags ^= in test_capture() 103 zassert_within(pulse_capture, pulse, pulse / 100, in test_capture() 163 uint32_t pulse; in ZTEST_USER() local 172 &period, &pulse, K_MSEC(1000)); in ZTEST_USER() 178 &pulse, K_MSEC(1000)); in ZTEST_USER()
|
| /tests/drivers/sent/sent_api/boards/ |
| A D | s32z2xxdc2_s32z270_rtu0.overlay | 33 successive-calib-pulse-method = <2>; 34 calib-pulse-tolerance-percent = <20>;
|
| /tests/drivers/pwm/pwm_api/src/ |
| A D | test_pwm.c | 133 static int test_task(uint32_t port, uint32_t period, uint32_t pulse, uint8_t unit) in test_task() argument 136 port, period, pulse); in test_task() 147 if (pwm_set_cycles(pwm_dev, port, period, pulse, 0)) { in test_task() 153 if (pwm_set(pwm_dev, port, period, pulse, 0)) { in test_task()
|
| /tests/drivers/input/tsc_keys/boards/ |
| A D | stm32u083c_dk.overlay | 22 st,pulse-generator-prescaler = <128>;
|
| /tests/drivers/pwm/pwm_loopback/dts/bindings/ |
| A D | test-pwm-loopback.yaml | 18 PWM pins that will be used for generating and capturing a pulse-width
|
| /tests/drivers/pwm/pwm_gpio_loopback/src/ |
| A D | main.c | 195 uint32_t pulse = (uint32_t)((pwm_dt->period * duty) / 100); in test_run() local 200 pwm_dt->channel, pwm_dt->period, pulse, inverted ? "Yes" : "No"); in test_run() 203 result = pwm_set_dt(pwm_dt, pwm_dt->period, pulse); in test_run()
|
| /tests/drivers/build_all/sensor/ |
| A D | i2c.dtsi | 694 proximity-pulse-length = <16>; 695 proximity-pulse-count = <15>; 926 multi-pulse = <8>;
|
Completed in 9 milliseconds