Searched refs:period (Results 1 – 9 of 9) sorted by relevance
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | __utils.h | 35 typedef std::ratio<1, RT_TICK_PER_SECOND> period; typedef 37 typedef std::chrono::duration<tick_clock::rep, tick_clock::period> duration; 50 typedef duration::period period; typedef
|
| /components/drivers/thermal/ |
| A D | thermal-cool-pwm-fan.c | 112 rt_ubase_t period; in pwm_fan_cool_set_cur_level() local 115 period = pwm_conf->period; in pwm_fan_cool_set_cur_level() 116 pwm_conf->pulse = RT_DIV_ROUND_UP(pwm * (period - 1), MAX_PWM); in pwm_fan_cool_set_cur_level() 119 pwm_conf->channel, pwm_conf->period, pwm_conf->pulse); in pwm_fan_cool_set_cur_level() 200 pf_cool->pwm_conf.period = pwm_args.args[1]; in pwm_fan_cool_probe()
|
| /components/drivers/include/drivers/ |
| A D | dev_pwm.h | 104 rt_uint32_t period; /* unit:ns 1ns~4.29s:1Ghz~0.23hz */ member 166 rt_err_t rt_pwm_set(struct rt_device_pwm *device, int channel, rt_uint32_t period, rt_uint32_t puls… 175 rt_err_t rt_pwm_set_period(struct rt_device_pwm *device, int channel, rt_uint32_t period);
|
| /components/drivers/misc/ |
| A D | rt_drv_pwm.c | 199 rt_err_t rt_pwm_set(struct rt_device_pwm *device, int channel, rt_uint32_t period, rt_uint32_t puls… in rt_pwm_set() argument 210 configuration.period = period; in rt_pwm_set() 217 rt_err_t rt_pwm_set_period(struct rt_device_pwm *device, int channel, rt_uint32_t period) in rt_pwm_set_period() argument 228 configuration.period = period; in rt_pwm_set_period() 382 rt_kprintf("period : %d\n", cfg.period); in CMD_OPTIONS_STATEMENT() 384 … rt_kprintf("Duty cycle : %d%%\n", (int)(((double)(cfg.pulse) / (cfg.period)) * 100)); in CMD_OPTIONS_STATEMENT()
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | tinydir.h | 736 _tinydir_char_t *period = _tinydir_strrchr(file->name, TINYDIR_STRING('.')); in tinydir_open() local 737 if (period == NULL) in tinydir_open() 743 file->extension = period + 1; in tinydir_open()
|
| /components/drivers/wlan/ |
| A D | Kconfig | 59 int "Auto connect period(ms)"
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 2825 Halved the ARP period, doubled the period counts.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 3781 Halved the ARP period, doubled the period counts.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 4034 Halved the ARP period, doubled the period counts.
|
Completed in 31 milliseconds