Home
last modified time | relevance | path

Searched refs:RTC (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_rtc.c141 RTC->WPR = 0xCA; in RTC_WaitForSynchro()
142 RTC->WPR = 0x53; in RTC_WaitForSynchro()
179 RTC->WPR = 0xCA; in RTC_BypassShadowCmd()
180 RTC->WPR = 0x53; in RTC_BypassShadowCmd()
205 RTC->WPR = 0xFF; in RTC_BypassShadowCmd()
255 RTC->WPR = 0xCA; in RTC_Init()
256 RTC->WPR = 0x53; in RTC_Init()
265 Temp = RTC->CR; in RTC_Init()
271 RTC->CR = Temp; in RTC_Init()
286 RTC->WPR = 0xFF; in RTC_Init()
[all …]
/AliOS-Things-master/components/amp/jslib/src/
A Drtc.js1 import * as RTC from 'RTC'
4 RTC.open();
24 RTC.setTime(date);
28 var time = RTC.getTime();
34 RTC.close();
/AliOS-Things-master/components/py_engine/tests/wipy/skipped/
A Drtc_irq.py5 from machine import RTC
26 if rtc_irq.flags() & RTC.ALARM0:
30 rtc = RTC()
32 rtc_irq = rtc.irq(trigger=RTC.ALARM0, handler=alarm_handler)
54 rtc_irq.init(trigger=RTC.ALARM0, handler=alarm_handler, wake=machine.SLEEP | machine.IDLE)
78 rtc_irq = rtc.irq(trigger=RTC.ALARM0, handler=alarm_handler, wake=machine.SLEEP)
91 rtc_irq = rtc.irq(trigger=RTC.ALARM0, wake=1789456)
/AliOS-Things-master/components/amp/libjs/lib/
A Drtc.js4 __native.RTC.open();
24 __native.RTC.setTime(date);
28 var time = __native.RTC.getTime();
34 __native.RTC.close();
/AliOS-Things-master/components/py_engine/tests/wipy/
A Drtc.py5 from machine import RTC
13 rtc = RTC()
17 rtc = RTC(datetime=(2015, 8, 29, 9, 0, 0, 0, None))
112 rtc = RTC(200000000)
117 rtc = RTC((2015, 8, 29, 9, 0, 0, 0, None))
/AliOS-Things-master/components/py_engine/tests/pyb/
A Drtc.py2 from pyb import RTC
4 rtc = RTC()
62 wucksel = stm.mem32[stm.RTC + stm.RTC_CR] & 7
63 wut = stm.mem32[stm.RTC + stm.RTC_WUTR] & 0xFFFF
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/rtc/
A Dmain.py2 from driver import RTC
5 rtc = RTC()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/rtc/
A Dmain.py2 from driver import RTC
5 rtc = RTC()
/AliOS-Things-master/components/drivers/external_device/rx8130ce/
A DREADME.md7 RX8130CE是一颗RTC芯片,基于I2C总线进行通信,其内建了32.768KHZ的晶振,功能完备,HaaS100的板上就使用了这颗。本文档描述了该芯片的驱动详情,包括目录结构,依赖情况,API,…
/AliOS-Things-master/components/py_engine/engine/drivers/display/
A Dlcd160cr_test.py46 rtc = pyb.RTC()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/
A Dhomepage.md235 在界面左上角显示的就是当前的系统时间,HaaS EDU K1本身没有带RTC芯片,所以不能自动保存时间。
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_image2_all.bin519 DSLP RTC wakeup
583RTCRTC
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt229 string(REGEX REPLACE "/RTC(su|[1su])" "" ${flag_var} "${${flag_var}}")

Completed in 22 milliseconds