Home
last modified time | relevance | path

Searched refs:period (Results 1 – 9 of 9) sorted by relevance

/components/libc/cplusplus/cpp11/gcc/
A D__utils.h35 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 Dthermal-cool-pwm-fan.c112 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 Ddev_pwm.h104 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 Drt_drv_pwm.c199 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 Dtinydir.h736 _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 DKconfig59 int "Auto connect period(ms)"
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2825 Halved the ARP period, doubled the period counts.
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG3781 Halved the ARP period, doubled the period counts.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG4034 Halved the ARP period, doubled the period counts.

Completed in 31 milliseconds