Home
last modified time | relevance | path

Searched refs:aos_dev_unregister (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/drivers/core/base/include/aos/
A Ddevice_core.h57 aos_status_t aos_dev_unregister(aos_dev_type_t type, uint32_t id);
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm.c156 return aos_dev_unregister(AOS_DEV_TYPE_PWM, id); in aos_pwm_unregister()
/AliOS-Things-master/components/drivers/peripheral/adc/src/
A Dadc.c197 return aos_dev_unregister(AOS_DEV_TYPE_ADC, id); in aos_adc_unregister()
/AliOS-Things-master/components/drivers/core/base/src/
A Ddevice.c179 aos_status_t aos_dev_unregister(aos_dev_type_t type, uint32_t id) in aos_dev_unregister() function
/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c.c246 return aos_dev_unregister(AOS_DEV_TYPE_I2C, id); in aos_i2c_unregister()
/AliOS-Things-master/components/drivers/peripheral/spi/src/
A Dspi.c315 return aos_dev_unregister(AOS_DEV_TYPE_SPI, id); in aos_spi_unregister()
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc.c473 return aos_dev_unregister(AOS_DEV_TYPE_GPIOC, id); in aos_gpioc_unregister()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c690 return aos_dev_unregister(AOS_DEV_TYPE_TTY, id); in aos_tty_unregister()

Completed in 10 milliseconds