Searched defs:rt_pwm_configuration (Results 1 – 1 of 1) sorted by relevance
101 struct rt_pwm_configuration struct103 rt_uint32_t channel; /* 0 ~ n or 0 ~ -n, which depends on specific MCU requirements */104 rt_uint32_t period; /* unit:ns 1ns~4.29s:1Ghz~0.23hz */105 rt_uint32_t pulse; /* unit:ns (pulse<=period) */106 rt_uint32_t dead_time; /* unit:ns */107 rt_uint32_t phase; /*unit: degree, 0~360, which is the phase of pwm output, */112 rt_bool_t complementary;
Completed in 7 milliseconds