| /bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/ |
| A D | tsc_object.c | 87 if (pObj->Type == TSC_OBJ_TOUCHKEY) in TSC_Obj_ConfigGroup() 99 else if (pObj->Type == TSC_OBJ_TOUCHKEYB) in TSC_Obj_ConfigGroup() 112 else if ((pObj->Type == TSC_OBJ_LINEAR) || (pObj->Type == TSC_OBJ_ROTARY)) in TSC_Obj_ConfigGroup() 125 else if ((pObj->Type == TSC_OBJ_LINEARB) || (pObj->Type == TSC_OBJ_ROTARYB)) in TSC_Obj_ConfigGroup() 164 if (pObj->Type == TSC_OBJ_TOUCHKEY) in TSC_Obj_ProcessGroup() 177 else if (pObj->Type == TSC_OBJ_TOUCHKEYB) in TSC_Obj_ProcessGroup() 190 else if ((pObj->Type == TSC_OBJ_LINEAR) || (pObj->Type == TSC_OBJ_ROTARY)) in TSC_Obj_ProcessGroup() 203 else if ((pObj->Type == TSC_OBJ_LINEARB) || (pObj->Type == TSC_OBJ_ROTARYB)) in TSC_Obj_ProcessGroup() 233 if ((pObj->Type == TSC_OBJ_TOUCHKEY) || (pObj->Type == TSC_OBJ_TOUCHKEYB)) in TSC_Obj_ConfigGlobalObj() 239 else if ((pObj->Type == TSC_OBJ_LINEAR) || (pObj->Type == TSC_OBJ_LINEARB) || in TSC_Obj_ConfigGlobalObj() [all …]
|
| A D | tsc_touchkey.c | 163 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEY) in TSC_TouchKey_Process() 170 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEYB) in TSC_TouchKey_Process() 283 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEY) in TSC_TouchKey_ReadStateMask() 290 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEYB) in TSC_TouchKey_ReadStateMask()
|
| A D | tsc_linrot.c | 44 #define FOR_OBJ_TYPE TSC_Globals.For_Obj->Type 417 if ((TSC_Globals.For_Obj->Type == TSC_OBJ_LINEAR) || in TSC_Linrot_Process() 418 (TSC_Globals.For_Obj->Type == TSC_OBJ_ROTARY)) in TSC_Linrot_Process() 425 if ((TSC_Globals.For_Obj->Type == TSC_OBJ_LINEARB) || in TSC_Linrot_Process() 426 (TSC_Globals.For_Obj->Type == TSC_OBJ_ROTARYB)) in TSC_Linrot_Process() 819 switch (TSC_Globals.For_Obj->Type) in TSC_Linrot_ReadStateMask()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_crc.c | 33 uint32_t CRC_CalcBlockCRC(uint32_t Type,uint32_t pBuffer[], uint32_t BufferLength) in CRC_CalcBlockCRC() argument 37 … if (Type == CRC_16_IBM || Type == CRC_16_MAXIM || Type == CRC_16_USB || Type == CRC_16_MODBUS || \ in CRC_CalcBlockCRC() 38 …Type == CRC_16_CCITT || Type == CRC_16_CCITT_FALSE || Type == CRC_16_X25 || Type == CRC_16_XMODEM ) in CRC_CalcBlockCRC() 40 switch (Type) in CRC_CalcBlockCRC() 101 else if(Type == CRC_32 || Type == CRC_32_MPEG_2) in CRC_CalcBlockCRC() 103 switch (Type) in CRC_CalcBlockCRC()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | core_gpio.c | 181 uint32_t Type = 0; in GPIO_ExtiConfig() local 187 Type = 0x03 << ((Pin & 0x0000000f) * 2); in GPIO_ExtiConfig() 191 Type = 0x02 << ((Pin & 0x0000000f) * 2); in GPIO_ExtiConfig() 195 Type = 0x01 << ((Pin & 0x0000000f) * 2); in GPIO_ExtiConfig() 198 GPIO->INTP_TYPE_STA[Port].INTP_TYPE = (GPIO->INTP_TYPE_STA[Port].INTP_TYPE & Mask) | Type; in GPIO_ExtiConfig()
|
| /bsp/rockchip/rk2108/board/common/ |
| A D | setting.ini | 23 Type=0x2 key 30 Type=0x8 key
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_lcd.c | 68 assert_parameters(IS_LCD_TYPE(InitStruct->Type)); in LCD_Init() 80 tmp_reg1 |= (InitStruct->Type\ in LCD_Init() 112 LCD_InitStruct->Type = LCD_TYPE_4COM; in LCD_StructInit()
|
| /bsp/nuvoton/nk-980iot/ |
| A D | README.md | 80 Image Type: Loader<br> 101 Image Type: Loader<br> 106 Image Type: Data<br> 111 Image Type: Data<br> 116 Image Type: Environment<br>
|
| /bsp/stm32/stm32f411-weact-blackpill/ |
| A D | README.md | 75 使用 Type-A to Type-C 线连接开发板和 PC 供电,红色 LED LD2 (PWR) 会点亮。
|
| /bsp/Infineon/psoc6-pioneerkit_modus/ |
| A D | README.md | 58 使用Type-C数据线连接开发板到 PC. 76 工程默认配置使用 SWD方式下载程序,Type-C数据线连接开发板,编译之后直接点击下载按钮即可。
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_pwrcu.c | 791 void PWRCU_WakeupMultiPinCmd(PWRCU_WUP_Enum Pin, PWRCU_WUPTYPE_Enum Type, ControlStatus NewState) in PWRCU_WakeupMultiPinCmd() argument 795 Assert_Param(IS_PWRCU_TRIGGERTYPE(Type)); in PWRCU_WakeupMultiPinCmd() 802 HT_PWRCU->CR = (HT_PWRCU->CR & WUP0TYPE_MASK) | (Type << 16); in PWRCU_WakeupMultiPinCmd() 807 HT_PWRCU->CR = (HT_PWRCU->CR & WUP1TYPE_MASK) | (Type << 18); in PWRCU_WakeupMultiPinCmd()
|
| /bsp/synwit/swm320-mini/ |
| A D | README.md | 116 - 使用 USB B-Type 数据线连接开发板到 PC(注意:需要下载安装串口驱动支持 CH340 芯片,使用 MDK5 需要安装 SWM320 相关的 pack)。 118 > USB B-Type 数据线用于串口通讯,同时供电
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_tsc.c | 67 assert_param(IS_TSC_DET_TYPE(InitParam->Type)); in TSC_Init() 72 tempreg |= InitParam->Type; in TSC_Init()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_tsc.c | 67 assert_param(IS_TSC_DET_TYPE(InitParam->Type)); in TSC_Init() 72 tempreg |= InitParam->Type; in TSC_Init()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_tsc.c | 67 assert_param(IS_TSC_DET_TYPE(InitParam->Type)); in TSC_Init() 72 tempreg |= InitParam->Type; in TSC_Init()
|
| /bsp/smartfusion2/CMSIS/startup_arm/ |
| A D | smartfusion2_execute_in_place.sct | 9 ; * --Type-------Device-----------address start---address end----size---Dbus--RAM IC-------SF2--Com… 21 ; * --Type-------location---------address start---address end----size---Dbus---RAM IC------SF2--Com…
|
| A D | smartfusion2_esram_debug.sct | 9 ; * --Type-------Device-----------address start---address end----size---Dbus--RAM IC-------SF2--Com… 21 ; * --Type-------location---------address start---address end----size---Dbus---RAM IC------SF2--Com…
|
| A D | smartfusion2_mddr_debug.sct | 9 ; * --Type-------Device-----------address start---address end----size---Dbus--RAM IC-------SF2--Com… 21 ; * --Type-------location---------address start---address end----size---Dbus---RAM IC------SF2--Com…
|
| A D | smartfusion2_relocate_to_external_ram.sct | 9 ; * --Type-------Device-----------address start---address end----size---Dbus--RAM IC-------SF2--Com… 21 ; * --Type-------location---------address start---address end----size---Dbus---RAM IC------SF2--Com…
|
| /bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/ |
| A D | tsc_dxs.h | 49 #define FOR_OBJ_TYPE TSC_Globals.For_Obj->Type
|
| A D | tsc_ecs.h | 49 #define FOR_OBJ_TYPE TSC_Globals.For_Obj->Type
|
| A D | tsc_object.h | 87 TSC_OBJECT_T Type; /*!< Object type */ member
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_crc.h | 53 uint32_t CRC_CalcBlockCRC(uint32_t Type,uint32_t pBuffer[], uint32_t BufferLength);
|
| /bsp/cvitek/cv18xx_aarch64/ |
| A D | Kconfig | 38 prompt "Board Type"
|
| /bsp/microchip/same70/bsp/hal/documentation/ |
| A D | mac_async.rst | 16 * Address Filter for Specific 48-bit Addresses and Type ID
|