Searched refs:CONTROL (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/ |
A D | VisualPng.rc | 85 "N", IDM_FILE_NEXT, VIRTKEY, CONTROL, NOINVERT 86 "O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT 87 "P", IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT 88 "V", IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduwebsocket.c | 37 enum { FRAME_HEADER, FRAME_OPT, PAYLOAD, CONTROL }; enumerator 138 self->state = CONTROL; in websocket_read() 157 self->state = CONTROL; in websocket_read() 165 case CONTROL: { in websocket_read() 194 if (last_state == CONTROL) { in websocket_read()
|
/AliOS-Things-master/hardware/arch/armv7m/common/ |
A D | panic_armcc.S | 134 MRS R1, CONTROL 137 MSR CONTROL, R1
|
A D | panic_iccarm.S | 134 MRS R1, CONTROL 137 MSR CONTROL, R1
|
A D | panic_gcc.sx | 148 MRS R1, CONTROL 150 MSR CONTROL, R1
|
/AliOS-Things-master/hardware/arch/armv8m/common/ |
A D | panic_gcc.sx | 148 MRS R1, CONTROL 150 MSR CONTROL, R1
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | README.txt | 46 transfer on the CONTROL endpoint. No data will ever be sent on an Interrupt 49 exists; If it does not exist, OUTPUT reports will be sent on the CONTROL
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | reg_dma.h | 22 __IO uint32_t CONTROL; // 0x10C+N*0x20 DMA Channel Control Register member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/ |
A D | core_ca.h | 717 …__IOM uint32_t CONTROL; /*!< \brief Offset: 0x0100 (R/W) Control Register … 855 __IOM uint32_t CONTROL; //!< \brief Offset: 0x008 (R/W) Private Timer Control Register member 1133 L2C_310->CONTROL = 0; in L2C_Enable() 1138 L2C_310->CONTROL = 0x01; in L2C_Enable() 1146 L2C_310->CONTROL = 0x00; in L2C_Disable() 1688 PTIM->CONTROL = value; in PTIM_SetControl() 1696 return(PTIM->CONTROL); in PTIM_GetControl()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 42 …,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN… property in c.ui.keyCode
|
Completed in 19 milliseconds