Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftdebug.c195 const char* toggle = ft_trace_toggles[n]; in ft_debug_init() local
200 if ( toggle[i] != q[i] ) in ft_debug_init()
204 if ( i == len && toggle[i] == 0 ) in ft_debug_init()
/AliOS-Things-master/components/amp/jslib/src/
A Dgpio.js33 toggle() { method in HW_GPIO
37 this.gpioInstance.toggle();
/AliOS-Things-master/components/py_engine/tests/wipy/
A Dpin_irq.py36 pin0.toggle()
46 pin0.toggle()
75 pin0.toggle()
A Dpin.py120 pin.toggle() # test toggle
122 pin.toggle() # test toggle again
/AliOS-Things-master/components/amp/libjs/lib/
A Dgpio.js33 toggle() { method in HW_GPIO
37 __native.GPIO.toggle(this.gpioInstance);
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_btn.c98 ext->toggle = 0; in lv_btn_create()
133 ext->toggle = copy_ext->toggle; in lv_btn_create()
163 ext->toggle = tgl != false ? 1 : 0; in lv_btn_set_toggle()
297 return ext->toggle != 0 ? true : false; in lv_btn_get_toggle()
584 if(ext->toggle) { in lv_btn_signal()
678 …if((state == LV_BTN_STATE_REL || state == LV_BTN_STATE_TGL_REL) && ext->toggle == 0 && ink_playbac… in lv_btn_ink_effect_anim_ready()
A Dlv_btn.h88 uint8_t toggle : 1; member
/AliOS-Things-master/components/py_engine/tests/pybnative/
A Dwhile.py10 led.toggle()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard_c.h73 extern void SDL_ToggleModState(const SDL_Keymod modstate, const SDL_bool toggle);
A DSDL_mouse.c1098 SDL_ShowCursor(int toggle) argument
1108 if (toggle >= 0) {
1109 if (toggle) {
A DSDL_keyboard.c925 SDL_ToggleModState(const SDL_Keymod modstate, const SDL_bool toggle) in SDL_ToggleModState() argument
928 if (toggle) { in SDL_ToggleModState()
/AliOS-Things-master/components/py_engine/tests/pyb/
A Dled.py29 l.toggle()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dreadme.txt8 switch -s: toggle processing of subdirectories (default is on)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb.h1156 unsigned int toggle[2]; member
1448 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> ep) & 1)
1449 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << ep))
1450 #define usb_settoggle(dev, ep, out, bit) ((dev)->toggle[out] = \
1451 ((dev)->toggle[out] & \
1548 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1)
1549 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep)))
1551 ((dev)->toggle[out] = ((dev)->toggle[out] & ~(1 << (ep))) | \
/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h273 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/
A Dreadme.txt38 debug={true|false} to toggle between release/debug builds (default=true).
/AliOS-Things-master/components/drivers/peripheral/gpio/
A DREADME.md181 gpio toggle <pin ID> return <ioctl IOC_GPIO_SET(翻转输出)返回值>
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/
A Dcir_api.h154 __IOM uint32_t toggle : 1; member
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m81 /* Only allow using the macOS native fullscreen toggle menubar item if the
822 /* Adjust the fullscreen toggle button and readd menu now that we're here. */
824 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl…
912 keypresses; it won't toggle the mod state if you send a keyrelease. */
1331 -[NSWindow setMovableByWindowBackground:YES], which we ninja-toggle
1496 …/* we put FULLSCREEN_DESKTOP windows in their own Space, without a toggle button or menubar, later…
1498 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl…
A DSDL_cocoaevents.m402 /* Add the fullscreen toggle menu option, if supported */
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c180 xor eax, ecx ; Can not toggle ID bit, in CPU_haveCPUID()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME413 'c' ................ toggle use of color profile
414 'b' ................ toggle background color display
A DChangeLog652 34aee990 Merge "vwebp: make 'd' key toggle the debugging of fragments"
654 c85adb33 vwebp: make 'd' key toggle the debugging of fragments
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME69 Note also that the smoothing toggle is dependent on the input surface bit
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js21 …ult();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=…
22 …ngth;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){…

Completed in 42 milliseconds