Searched refs:rt_rtc_open (Results 1 – 4 of 4) sorted by relevance
22 static rt_err_t rt_rtc_open(rt_device_t dev, rt_uint16_t oflag) in rt_rtc_open() function120 rtc.open = rt_rtc_open; in rt_hw_rtc_init()
42 static rt_err_t rt_rtc_open(rt_device_t dev, rt_uint16_t oflag) in rt_rtc_open() function181 rtc.open = rt_rtc_open; in rt_hw_rtc_init()
77 static rt_err_t rt_rtc_open(rt_device_t dev, rt_uint16_t oflag) in rt_rtc_open() function148 device->open = rt_rtc_open; in rt_hw_rtc_register()
106 static rt_err_t rt_rtc_open(rt_device_t dev, rt_uint16_t oflag) in rt_rtc_open() function174 .open = rt_rtc_open, in rt_hw_rtc_init()
Completed in 7 milliseconds