Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_qdec.c627 void QDEC_INTConfig(QDEC_TypeDef *QDec, u32 INT, u32 newState) in QDEC_INTConfig() argument
633 counter_int = INT & QD_COUNTER_INT; in QDEC_INTConfig()
634 velocity_int = INT & QD_VELOCITY_INT; in QDEC_INTConfig()
701 void QDEC_ClearINT(QDEC_TypeDef *QDec, u32 INT) in QDEC_ClearINT() argument
705 assert_param((INT & (~QD_ALL_INT_STATUS)) == 0); in QDEC_ClearINT()
707 QDec->QDEC_ISR |= INT; in QDEC_ClearINT()
/AliOS-Things-master/components/fatfs/include/
A Dinteger.h18 typedef int INT; typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dinteger.h16 typedef int INT; typedef
/AliOS-Things-master/components/mbedtls/programs/test/
A Dudp_proxy_wrapper.sh35 trap cleanup INT TERM HUP
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_qdec.h290 void QDEC_INTConfig(QDEC_TypeDef *QDec, u32 INT, u32 newState);
292 void QDEC_ClearINT(QDEC_TypeDef *QDec, u32 INT);
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/
A Dgyroscope.md64 在原理图中我们可以看出,器件使用I2C通讯接口。并且,器件支持使用过INT引脚,当数据到来时可以在该引脚上触发中断。需要注意的是,AD0引脚决定了器件地址的第 0 bit。当AD0连接高电平,即AD…
108 MPU_Write_Byte(MPU_INTBP_CFG_REG, 0X80); // INT引脚低电平有效
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dkconfiglib.py1243 elif sym.orig_type in (INT, HEX):
3301 elif sym.orig_type in (STRING, INT, HEX):
3340 if sym.orig_type not in (INT, HEX):
3843 if self.orig_type in (INT, HEX):
4075 if self.orig_type in (INT, HEX):
4456 if self.orig_type in (STRING, INT, HEX):
6103 INT,
6113 INT: "int",
6366 _T_DEF_INT: INT,
6370 _T_INT: INT,
[all …]
A Dmenuconfig.py181 BOOL, STRING, INT, HEX, UNKNOWN, \
1446 if sc.type in (INT, HEX, STRING):
1457 if sc.type in (INT, HEX):
2824 if item.type in (STRING, INT, HEX):
2856 if sym.type not in (INT, HEX):
2860 base = 10 if sym.type == INT else 16
2889 if sym.type in (INT, HEX):
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dkconfiglib.py1243 elif sym.orig_type in (INT, HEX):
3301 elif sym.orig_type in (STRING, INT, HEX):
3340 if sym.orig_type not in (INT, HEX):
3843 if self.orig_type in (INT, HEX):
4075 if self.orig_type in (INT, HEX):
4456 if self.orig_type in (STRING, INT, HEX):
6103 INT,
6113 INT: "int",
6366 _T_DEF_INT: INT,
6370 _T_INT: INT,
[all …]
A Dmenuconfig.py181 BOOL, STRING, INT, HEX, UNKNOWN, \
1446 if sc.type in (INT, HEX, STRING):
1457 if sc.type in (INT, HEX):
2824 if item.type in (STRING, INT, HEX):
2856 if sym.type not in (INT, HEX):
2860 base = 10 if sym.type == INT else 16
2889 if sym.type in (INT, HEX):
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/
A Dlightmeter.md147 AP3216C提供中断检测功能,MCU可以设定ALS及PS中断触发门限及持续时间阈值。在环境亮度及接近程度到达门限值后持续时间超出持续时间阈值之后,会向INT管脚发送中断通知MCU进行处理。
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c446 INT err = 0; in IME_GetReadingString()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c55697 DUK__DUMPLM_SIGNED(INT);

Completed in 314 milliseconds