| /Zephyr-latest/drivers/pwm/ | 
| D | pwm_shell.c | 20 	uint8_t pulse;  member37 	uint32_t pulse;  in cmd_cycles()  local
 70 	uint32_t pulse;  in cmd_usec()  local
 102 	uint32_t pulse;  in cmd_nsec()  local
 
 | 
| D | pwm_capture.c | 16 	uint32_t pulse;  member38 			      uint32_t *pulse, k_timeout_t timeout)  in z_impl_pwm_capture_cycles()
 
 | 
| D | pwm_handlers.c | 13 					uint32_t pulse, pwm_flags_t flags)  in z_vrfy_pwm_set_cycles()57 	uint32_t pulse;  in z_vrfy_pwm_capture_cycles()  local
 
 | 
| D | pwm_cc13xx_cc26xx_timer.c | 60 				uint32_t pulse, struct pwm_cc13xx_cc26xx_data *data)  in set_period_and_pulse()105 static int set_cycles(const struct device *dev, uint32_t channel, uint32_t period, uint32_t pulse,  in set_cycles()
 
 | 
| D | pwm_mcux_pwt.c | 197 	uint32_t pulse;  in mcux_pwt_calc_pulse()  local219 	uint32_t pulse = 0;  in mcux_pwt_isr()  local
 
 | 
| D | pwm_renesas_ra.c | 31 	uint64_t pulse;  member134 	uint32_t pulse;  in pwm_renesas_ra_set_cycles()  local
 
 | 
| D | pwm_renesas_rz_gpt.c | 32 	uint64_t pulse;  member114 	uint32_t pulse;  in pwm_rz_gpt_set_cycles()  local
 
 | 
| D | pwm_stm32.c | 57 	uint32_t pulse;  member
 | 
| D | pwm_mc_esp32.c | 64 	uint32_t pulse;  member
 | 
| D | pwm_nxp_s32_emios.c | 658 	uint32_t period = 0, pulse = 0;  in pwm_nxp_s32_capture_callback()  local
 | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | pwm.h | 485 					uint32_t pulse, pwm_flags_t flags)  in z_impl_pwm_set_cycles()538 			  uint32_t period, uint32_t pulse, pwm_flags_t flags)  in pwm_set()
 584 			     uint32_t pulse)  in pwm_set_dt()
 605 				   uint32_t pulse)  in pwm_set_pulse_dt()
 850 				   uint64_t *pulse, k_timeout_t timeout)  in pwm_capture_usec()
 905 				   uint64_t *pulse, k_timeout_t timeout)  in pwm_capture_nsec()
 
 | 
| /Zephyr-latest/tests/drivers/pwm/pwm_loopback/src/ | 
| D | test_pwm_loopback.c | 38 static void test_capture(uint32_t period, uint32_t pulse, enum test_pwm_unit unit,  in test_capture()163 	uint32_t pulse;  in ZTEST_USER()  local
 
 | 
| /Zephyr-latest/tests/drivers/pwm/pwm_api/src/ | 
| D | test_pwm.c | 125 static int test_task(uint32_t port, uint32_t period, uint32_t pulse, uint8_t unit)  in test_task()
 | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_grgpio.h | 26 	uint32_t pulse;       /* 0x4C Pulse register */  member
 | 
| /Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/src/ | 
| D | main.c | 195 	uint32_t pulse = (uint32_t)((pwm_dt->period * duty) / 100);  in test_run()  local
 | 
| /Zephyr-latest/drivers/display/ | 
| D | display_nrf_led_matrix.c | 301 	uint16_t pulse = dev_data->framebuf[pixel_idx] * QUANTUM;  in prepare_pixel_pulse()  local
 |