Searched defs:channel (Results 1 – 9 of 9) sorted by relevance
| /components/drivers/misc/ |
| A D | rt_drv_pwm.c | 141 rt_err_t rt_pwm_enable(struct rt_device_pwm *device, int channel) in rt_pwm_enable() 170 rt_err_t rt_pwm_disable(struct rt_device_pwm *device, int channel) in rt_pwm_disable() 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() 217 rt_err_t rt_pwm_set_period(struct rt_device_pwm *device, int channel, rt_uint32_t period) in rt_pwm_set_period() 234 rt_err_t rt_pwm_set_pulse(struct rt_device_pwm *device, int channel, rt_uint32_t pulse) in rt_pwm_set_pulse() 251 rt_err_t rt_pwm_set_dead_time(struct rt_device_pwm *device, int channel, rt_uint32_t dead_time) in rt_pwm_set_dead_time() 269 rt_err_t rt_pwm_set_phase(struct rt_device_pwm *device, int channel, rt_uint32_t phase) in rt_pwm_set_phase()
|
| A D | adc.c | 118 rt_uint32_t rt_adc_read(rt_adc_device_t dev, rt_int8_t channel) in rt_adc_read() 131 rt_err_t rt_adc_enable(rt_adc_device_t dev, rt_int8_t channel) in rt_adc_enable() 148 rt_err_t rt_adc_disable(rt_adc_device_t dev, rt_int8_t channel) in rt_adc_disable() 165 rt_int16_t rt_adc_voltage(rt_adc_device_t dev, rt_int8_t channel) in rt_adc_voltage()
|
| A D | dac.c | 106 rt_err_t rt_dac_write(rt_dac_device_t dev, rt_uint32_t channel, rt_uint32_t value) in rt_dac_write() 113 rt_err_t rt_dac_enable(rt_dac_device_t dev, rt_uint32_t channel) in rt_dac_enable() 130 rt_err_t rt_dac_disable(rt_dac_device_t dev, rt_uint32_t channel) in rt_dac_disable()
|
| /components/drivers/wlan/ |
| A D | dev_wlan.c | 519 rt_err_t rt_wlan_dev_set_channel(struct rt_wlan_device *device, int channel) in rt_wlan_dev_set_channel() 539 int channel = -1; in rt_wlan_dev_get_channel() local 894 int channel = *(int *)args; in _rt_wlan_dev_control() local 902 int *channel = args; in _rt_wlan_dev_control() local
|
| A D | dev_wlan.h | 409 rt_int16_t channel; member 472 rt_uint16_t channel; member 481 rt_uint16_t channel; member
|
| /components/drivers/include/drivers/ |
| A D | dev_pwm.h | 103 rt_uint32_t channel; /* 0 ~ n or 0 ~ -n, which depends on specific MCU requirements */ member
|
| /components/drivers/spi/ |
| A D | dev_spi_wifi_rw009.h | 85 uint32_t channel; /* Radio channel that the AP beacon was received on */ member 123 uint32_t channel; /* Radio channel that the AP beacon was received on */ member
|
| A D | dev_spi_wifi_rw009.c | 769 rt_err_t rw009_softap(const char * SSID, const char * passwd,uint32_t security,uint32_t channel) in rw009_softap()
|
| /components/drivers/usb/cherryusb/class/vendor/wifi/ |
| A D | usbh_bl616.h | 141 uint16_t channel; member
|
Completed in 16 milliseconds