/AliOS-Things-master/components/drivers/peripheral/spi/src/ |
A D | spi_dev.c | 68 int control = arg & SPI_SLAVE; in _arg_to_role() local 88 int control = arg & SPI_LSB; in _arg_to_firstbit() local 108 int control = arg & (SPI_CPOL|SPI_CPHA); in _arg_to_work_mode() local 130 int control = arg & SPI_TRANSFER_MODE_MASK; in _arg_to_tranmode() local 150 int control = arg & SPI_DATA_SIZE_MASK; in _arg_to_datasize() local 203 int control = arg & SPI_NO_CS; in _arg_to_cs() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/ |
A D | core_cmFunc.h | 77 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() 367 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL()
|
/AliOS-Things-master/components/drivers/core/base/include/device/ |
A D | aos_device.h | 120 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/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngfix.c | 3523 struct control struct 3531 control_end(struct control *control) in control_end() 3542 struct control *control = voidcast(struct control*, in get_control() local 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() 3577 read_png(struct control *control) in read_png() 3655 struct control control; in one_file() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftbbox.c | 154 BBox_Conic_To( FT_Vector* control, in BBox_Conic_To()
|
A D | ftstroke.c | 456 FT_Vector* control, in ft_stroke_border_conicto() 1353 FT_Vector* control, in FT_Stroker_ConicTo()
|
/AliOS-Things-master/components/a2sa/src/driver/core/ |
A D | control.c | 153 const struct audio_kcontrol_new *control = &controls[i]; in audio_add_controls() local
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | aiot_shadow_api.h | 332 aiot_shadow_recv_control_t control; member
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | psobjs.c | 1612 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; in t1_builder_add_point() local 1720 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; in t1_builder_close_contour() local
|
/AliOS-Things-master/components/drivers/peripheral/uart/src/ |
A D | uart_dev.c | 221 int control = arg & CRTS_CTS; in _arg_to_flow_control() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | cmsis_armclang.h | 172 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() 184 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS()
|
A D | cmsis_armcc.h | 146 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL()
|
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/ |
A D | cmsis_armclang.h | 172 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() 184 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS()
|
A D | cmsis_armcc.h | 146 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL()
|
/AliOS-Things-master/components/csi/CMSIS/Core/Include/ |
A D | cmsis_armclang.h | 196 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() 208 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS()
|
A D | cmsis_armcc.h | 172 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffgload.c | 489 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; in cff_builder_add_point() local 601 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; in cff_builder_close_contour() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/ |
A D | cmsis_armclang.h | 216 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() 228 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/ |
A D | cmsis_armclang.h | 216 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() 228 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS()
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_als_rohm_bh1730.c | 374 uint8_t control; in drv_als_rohm_bh1730_init() member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | rfcomm_internal.h | 48 u8_t control; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_host/inc/ |
A D | usb_host.h | 105 volatile uint32_t control; member 113 volatile uint32_t control; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngread.c | 1325 png_controlp control = png_voidcast(png_controlp, in png_image_read_init() local 3138 png_controlp control = image->opaque; in png_image_read_colormapped() local
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 933 gray_render_conic( RAS_ARG_ const FT_Vector* control, in gray_render_conic() 1206 gray_conic_to( const FT_Vector* control, in gray_conic_to()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | tarith.c | 560 checkfp_control control; in validation_checkfp() local
|