RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
结构体 | |
struct | rt_phye |
struct | rt_phye_ops |
函数 | |
rt_err_t | rt_phye_register (struct rt_phye *phye) |
rt_err_t | rt_phye_unregister (struct rt_phye *phye) |
rt_err_t | rt_phye_init (struct rt_phye *phye) |
rt_err_t | rt_phye_exit (struct rt_phye *phye) |
rt_err_t | rt_phye_reset (struct rt_phye *phye) |
rt_err_t | rt_phye_power_on (struct rt_phye *phye) |
rt_err_t | rt_phye_power_off (struct rt_phye *phye) |
rt_err_t | rt_phye_set_mode (struct rt_phye *phye, enum rt_phye_mode mode, int submode) |
rt_inline rt_err_t | rt_phye_set_mode_simple (struct rt_phye *phye, enum rt_phye_mode mode) |
struct rt_phye * | rt_phye_get_by_index (struct rt_device *dev, int index) |
struct rt_phye * | rt_phye_get_by_name (struct rt_device *dev, const char *id) |
void | rt_phye_put (struct rt_phye *phye) |
enum rt_phye_mode |
rt_err_t rt_phye_set_mode | ( | struct rt_phye * | phye, |
enum rt_phye_mode | mode, | ||
int | submode ) |
rt_inline rt_err_t rt_phye_set_mode_simple | ( | struct rt_phye * | phye, |
enum rt_phye_mode | mode ) |
引用了 RT_PHYE_MODE_INVALID , 以及 rt_phye_set_mode().
void rt_phye_put | ( | struct rt_phye * | phye | ) |