Searched refs:pwm_flags_t (Results  1 – 25 of 54) sorted by relevance
123
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | pwm.h | 81 typedef uint16_t pwm_flags_t;  typedef 106 	pwm_flags_t flags; 404 				pwm_flags_t flags); 419 				       uint32_t channel, pwm_flags_t flags, 481 			     pwm_flags_t flags); 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() 707 					uint32_t channel, pwm_flags_t flags,  in pwm_configure_capture() 817 				 pwm_flags_t flags, uint32_t *period, 849 				   pwm_flags_t flags, uint64_t *period,  in pwm_capture_usec() [all …] 
 | 
| /Zephyr-latest/drivers/pwm/ | 
| D | pwm_test.c | 20 			      pwm_flags_t flags)  in vnd_pwm_set_cycles() 27 				     pwm_flags_t flags,  in vnd_pwm_configure_capture()
  | 
| D | pwm_handlers.c | 13 					uint32_t pulse, pwm_flags_t flags)  in z_vrfy_pwm_set_cycles() 51 					    uint32_t channel, pwm_flags_t flags,  in z_vrfy_pwm_capture_cycles()
  | 
| D | pwm_shell.c | 34 	pwm_flags_t flags = 0;  in cmd_cycles() 67 	pwm_flags_t flags = 0;  in cmd_usec() 99 	pwm_flags_t flags = 0;  in cmd_nsec()
  | 
| D | pwm_fake.c | 26 		       uint32_t, pwm_flags_t);
  | 
| D | pwm_litex.c | 37 			 uint32_t pulse_cycles, pwm_flags_t flags)  in pwm_litex_set_cycles()
  | 
| D | pwm_capture.c | 37 			      pwm_flags_t flags, uint32_t *period,  in z_impl_pwm_capture_cycles()
  | 
| D | pwm_ene_kb1200.c | 28 				 uint32_t pulse_cycles, pwm_flags_t flags)  in pwm_kb1200_set_cycles()
  | 
| D | pwm_xmc4xxx_ccu4.c | 53 			      pwm_flags_t flags)  in pwm_xmc4xxx_ccu4_set_cycles()
  | 
| D | pwm_mcux.c | 44 			       pwm_flags_t flags)  in mcux_pwm_set_cycles_internal() 147 			       pwm_flags_t flags)  in mcux_pwm_set_cycles()
  | 
| D | pwm_intel_blinky.c | 38 			       pwm_flags_t flags)  in bk_intel_set_cycles()
  | 
| D | pwm_b91.c | 60 			      pwm_flags_t flags)  in pwm_b91_set_cycles()
  | 
| D | pwm_max31790.c | 165 					pwm_flags_t flags)  in max31790_set_cycles_internal() 264 			       uint32_t pulse_count, pwm_flags_t flags)  in max31790_set_cycles()
  | 
| D | pwm_sam.c | 55 			      pwm_flags_t flags)  in sam_pwm_set_cycles()
  | 
| D | pwm_mcux_pwt.c | 58 			       pwm_flags_t flags)  in mcux_pwt_set_cycles() 72 				      uint32_t channel, pwm_flags_t flags,  in mcux_pwt_configure_capture()
  | 
| D | pwm_gecko.c | 28 				pwm_flags_t flags)  in pwm_gecko_set_cycles()
  | 
| D | pwm_max32.c | 36 			  uint32_t pulse_cycles, pwm_flags_t flags)  in api_set_cycles()
  | 
| D | pwm_stm32.c | 192 static uint32_t get_polarity(pwm_flags_t flags)  in get_polarity() 320 				pwm_flags_t flags)  in pwm_stm32_set_cycles() 464 				pwm_flags_t flags)  in init_capture_channels() 496 				       uint32_t channel, pwm_flags_t flags,  in pwm_stm32_configure_capture()
  | 
| D | pwm_imx.c | 51 			      pwm_flags_t flags)  in imx_pwm_set_cycles()
  | 
| D | pwm_ifx_cat1.c | 93 				   uint32_t period_cycles, uint32_t pulse_cycles, pwm_flags_t flags)  in ifx_cat1_pwm_set_cycles()
  | 
| D | pwm_xlnx_axi_timer.c | 67 				     uint32_t pulse_cycles, pwm_flags_t flags)  in xlnx_axi_timer_set_cycles()
  | 
| D | pwm_ite_it8801.c | 84 				 uint32_t pulse_cycles, pwm_flags_t flags)  in pwm_it8801_set_cycles()
  | 
| /Zephyr-latest/include/zephyr/drivers/pwm/ | 
| D | pwm_fake.h | 18 			uint32_t, pwm_flags_t);
  | 
| /Zephyr-latest/tests/drivers/pwm/pwm_loopback/src/ | 
| D | test_pwm_loopback.h | 36 	pwm_flags_t flags;
  | 
| D | test_pwm_loopback.c | 39 		  pwm_flags_t flags)  in test_capture() 294 	pwm_flags_t flags = PWM_CAPTURE_MODE_SINGLE |  in ZTEST()
  | 
        123