Home
last modified time | relevance | path

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

12345

/AliOS-Things-master/components/drivers/peripheral/spi/src/
A Dspi_dev.c68 int control = arg & SPI_SLAVE; in _arg_to_role() local
70 switch (control) { in _arg_to_role()
88 int control = arg & SPI_LSB; in _arg_to_firstbit() local
90 switch (control) { in _arg_to_firstbit()
108 int control = arg & (SPI_CPOL|SPI_CPHA); in _arg_to_work_mode() local
110 switch (control) { in _arg_to_work_mode()
132 switch (control) { in _arg_to_tranmode()
150 int control = arg & SPI_DATA_SIZE_MASK; in _arg_to_datasize() local
152 switch (control) { in _arg_to_datasize()
203 int control = arg & SPI_NO_CS; in _arg_to_cs() local
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/
A Drelease_note.txt57 1. Fix a bug host flow control.
69 3. Open Host to controller flow control.
89 1. Close Controller to Host flow control
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/
A Dcore_cmFunc.h77 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
80 __regControl = control; in __set_CONTROL()
367 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
369 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtarith.c560 checkfp_control control; in validation_checkfp() local
586 control.cnumber = 0; in validation_checkfp()
587 control.check_state = start; in validation_checkfp()
588 control.at_start = 1; in validation_checkfp()
589 control.cdigits_in_state = 0; in validation_checkfp()
590 control.limit = command.limit; in validation_checkfp()
591 control.state = 0; in validation_checkfp()
592 control.is_negative = 0; in validation_checkfp()
593 control.is_zero = 1; in validation_checkfp()
594 control.number_was_valid = 0; in validation_checkfp()
[all …]
/AliOS-Things-master/components/freetype/src/base/
A Dftbbox.c154 BBox_Conic_To( FT_Vector* control, in BBox_Conic_To() argument
161 if ( CHECK_X( control, user->bbox ) ) in BBox_Conic_To()
163 control->x, in BBox_Conic_To()
168 if ( CHECK_Y( control, user->bbox ) ) in BBox_Conic_To()
170 control->y, in BBox_Conic_To()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c3523 struct control struct
3531 control_end(struct control *control) in control_end() argument
3542 struct control *control = voidcast(struct control*, in get_control() local
3544 return &control->file; in get_control()
3550 struct control *control = voidcast(struct control*, file->alloc_ptr); in allocate() local
3566 control_init(struct control *control, struct global *global, in control_init() argument
3572 return file_init(&control->file, global, file_name, out_name, control, in control_init()
3577 read_png(struct control *control) in read_png() argument
3655 struct control control; in one_file() local
3667 rc = read_png(&control); in one_file()
[all …]
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dchangelog47 * Wrap (Build-)Depends in debian/control.
63 * Update Vcs control fields to the new git repository.
67 * control: allowed DM uploads. Set dev pkg to multi-arch: same
113 * debian/control:
122 * debian/control: Build-Depends on debhelper (>= 5).
123 * debian/control: Updated Standards-Version to 3.8.2.
124 * debian/control: Add Homepage field.
302 * debian/control:
319 * fix section in control file, libsdl-image1.2 goes in libs, -dev in devel
333 * debian/control:
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dtxtvsbin.txt60 [0..127] is properly specified by the ASCII standard, most control
62 widely-used, almost universally-portable control codes are 9 (TAB),
63 10 (LF) and 13 (CR). There are a few more control codes that are
68 XML avoid using control characters outside the list mentioned here.
71 control characters, especially 0 (NUL). Even though the older text
75 contain both control characters and codes from the upper range. On the
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A DREADME.md51 well as a gain control module.
56 **Gain control**. A novel automatic gain control based dynamic compression to
/AliOS-Things-master/components/drivers/core/base/include/device/
A Daos_device.h120 int (*control)(aos_device_t dev, int cmd, void *args); member
142 long (*control)(aos_device_t dev, int cmd, void *args); member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Deth_mac.h291 int32_t csi_eth_mac_control(eth_mac_handle_t handle, uint32_t control, uint32_t arg);
300 int32_t csi_eth_mac_control_time(eth_mac_handle_t handle, uint32_t control, eth_mac_time_t *time);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt133 In addition to these modules we need overall control, marker generation,
153 We also need overall control, marker parsing, and a data source module.
241 *** Overall control structure ***
245 control was mostly provided by "pipeline control" modules, which proved to be
247 control logic has been subdivided into multiple modules. The control modules
260 where necessary, is also invoked from the master control module.
268 2. Data buffering control. A separate control module exists for each
283 higher-level control module; thus the control modules form a binary tree with
287 be had by replacing implementations of a control module. For example:
291 control modules.)
[all …]
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A DCMakeLists.txt73 #MSVC 1900 cxx_alignas # Alignment control alignas, as defined in N2341.
74 #MSVC 1900 cxx_alignof # Alignment control alignof, as defined in N2341.
88 cxx_final # Override control final keyword, as defined in N2928, N3206 and N3272.
99 cxx_override # Override control override keyword, as defined in N2928, N3206 and N3272.
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A DREADME.rst7 success provisioning and pairing, usr can control the light on/off status
58 …4) after gatt connection has been established, say "天猫精灵,开灯 or 天猫精灵,关灯" to control the LED1's on/o…
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfx.spec28 * Framerate control (SDL_framerate.h)
49 * Framerate control (SDL_framerate.h)
/AliOS-Things-master/components/a2sa/src/driver/core/
A Dcontrol.c153 const struct audio_kcontrol_new *control = &controls[i]; in audio_add_controls() local
154 err = audio_ctl_add(dev, audio_soc_cnew(control, data, control->name)); in audio_add_controls()
156 LOGE(LOG_TAG, "%s:%d, Failed to add %s: %d", __func__, __LINE__, control->name, err); in audio_add_controls()
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.h332 aiot_shadow_recv_control_t control; member
A Daiot_shadow_api.c138 recv.data.control.payload = payload; in _shadow_recv_message_handler()
139 recv.data.control.payload_len = payload_len; in _shadow_recv_message_handler()
140 recv.data.control.version = version; in _shadow_recv_message_handler()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-pandora.md7 input support for now, so if you use it you will have to add your own control code.
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcmsis_armclang.h172 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
174 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
184 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
186 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dcmsis_armclang.h172 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
174 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
184 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
186 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dcmsis_armclang.h196 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
198 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
208 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
210 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dcmsis_armclang.h216 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
218 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
228 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
230 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dcmsis_armclang.h216 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
218 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
228 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
230 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Drfcomm.c331 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_SABM, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_sabm()
353 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_DISC, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_disc()
386 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_UIH, BT_RFCOMM_PF_UIH); in rfcomm_make_uih_msg()
500 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_DM, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_dm()
605 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_UA, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_ua()
945 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_UIH, in rfcomm_send_credit()
1440 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_UIH, in bt_rfcomm_dlc_send()
1464 frame_type = BT_RFCOMM_GET_FRAME_TYPE(hdr->control); in rfcomm_recv()
1491 BT_RFCOMM_GET_PF(hdr->control)); in rfcomm_recv()

Completed in 63 milliseconds

12345