/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | gpio_api.c | 117 void gpio_dir(gpio_t *obj, PinDirection direction) in gpio_dir() argument 121 if (direction == PIN_OUTPUT) { in gpio_dir() 136 void gpio_change_dir(gpio_t *obj, PinDirection direction) in gpio_change_dir() argument 138 gpio_dir(obj, direction); in gpio_change_dir()
|
A D | objects.h | 92 uint8_t direction; member
|
A D | i2s_api.c | 141 I2SInitStruct.I2S_TRxAct = obj->direction; in i2s_init() 238 obj->direction = trx_type; in i2s_set_direction()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/mem/ |
A D | mem_list.h | 58 list_direction_t direction; member 84 list_iterator_t *list_iterator_new_du(list_t *list, list_direction_t direction); 86 list_iterator_t *list_iterator_new_from_node_du(list_node_t *node, list_direction_t direction);
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/ |
A D | netCfg.acss | 9 flex-direction: row; 19 flex-direction: column; 27 flex-direction: row;
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | pkt_print.c | 258 DBG_DIR_E direction = DIR_ERROR; in lwip_pkt_print() local 276 direction = DIR_OUTGOING; in lwip_pkt_print() 278 direction = DIR_INCOMING; in lwip_pkt_print() 461 if(direction == DIR_OUTGOING) { in lwip_pkt_print() 466 } else if(direction == DIR_INCOMING) { in lwip_pkt_print() 480 if(direction == DIR_OUTGOING) { in lwip_pkt_print() 485 } else if(direction == DIR_INCOMING) { in lwip_pkt_print() 500 if(direction == DIR_OUTGOING) { in lwip_pkt_print() 505 } else if(direction == DIR_INCOMING) { in lwip_pkt_print() 518 if(direction == DIR_OUTGOING) { in lwip_pkt_print() [all …]
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 481 SDL_HapticDirection direction; /**< Direction of the effect. */ member 564 SDL_HapticDirection direction; /**< Direction of the effect. */ member 616 SDL_HapticDirection direction; /**< Direction of the effect - Not used ATM. */ member 652 SDL_HapticDirection direction; /**< Direction of the effect. */ member 717 SDL_HapticDirection direction; /**< Direction of the effect. */ member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testhaptic.c | 156 efx[nefx].constant.direction.type = SDL_HAPTIC_POLAR; in main() 157 efx[nefx].constant.direction.dir[0] = 20000; /* Force comes from the south-west. */ in main() 249 efx[nefx].ramp.direction.type = SDL_HAPTIC_CARTESIAN; in main() 250 efx[nefx].ramp.direction.dir[0] = 1; /* Force comes from */ in main() 251 efx[nefx].ramp.direction.dir[1] = -1; /* the north-east. */ in main()
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 766 if (SDL_SYS_ToDirection(&dest->direction, &constant->direction) == -1) in SDL_SYS_ToFFEffect() 801 if (SDL_SYS_ToDirection(&dest->direction, &periodic->direction) == -1) in SDL_SYS_ToFFEffect() 856 dest->direction = 0; /* Handled by the condition-specifics. */ in SDL_SYS_ToFFEffect() 894 if (SDL_SYS_ToDirection(&dest->direction, &ramp->direction) == -1) in SDL_SYS_ToFFEffect() 923 dest->direction = 0; in SDL_SYS_ToFFEffect()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/ |
A D | gpio_ex_api.h | 64 void gpio_change_dir(gpio_t *obj, PinDirection direction);
|
A D | pwmout_ex_api.h | 95 void pwmout_autoadj_int (pwmout_t *obj, pwm_lim_callback_t callback, u8 direction, u8 enable);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal/ |
A D | gpio_api.h | 86 void gpio_dir(gpio_t *obj, PinDirection direction);
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkIot/ |
A D | linkIot.acss | 3 flex-direction: column;
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | usbh.c | 103 int hal_usbh_submit_urb(void *hcd, uint8_t pipe_num, uint8_t direction, uint8_t ep_type, in hal_usbh_submit_urb() argument
|
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/ |
A D | usbh.h | 99 int hal_usbh_submit_urb(void *hcd, uint8_t pipe_num, uint8_t direction, uint8_t ep_type,
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/audio/core/ |
A D | audio_internel.h | 58 u32 direction; member
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitview.m | 57 swipeUp.direction = UISwipeGestureRecognizerDirectionUp; 61 swipeDown.direction = UISwipeGestureRecognizerDirectionDown; 65 swipeLeft.direction = UISwipeGestureRecognizerDirectionLeft; 69 swipeRight.direction = UISwipeGestureRecognizerDirectionRight; 479 switch (gesture.direction) {
|
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/ |
A D | dw_gpio.c | 61 gpio_direction_e direction in gpio_set_direction() argument 67 if (direction == GPIO_DIRECTION_INPUT) { in gpio_set_direction() 69 } else if (direction == GPIO_DIRECTION_OUTPUT) { in gpio_set_direction()
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 828 if (src->constant.direction.type == SDL_HAPTIC_STEERING_AXIS) { in SDL_SYS_ToFFEFFECT() 871 if (SDL_SYS_SetDirection(dest, &hap_constant->direction, dest->cAxes) in SDL_SYS_ToFFEFFECT() 919 if (SDL_SYS_SetDirection(dest, &hap_periodic->direction, dest->cAxes) in SDL_SYS_ToFFEFFECT() 975 if (SDL_SYS_SetDirection(dest, &hap_condition->direction, dest->cAxes) in SDL_SYS_ToFFEFFECT() 1007 if (SDL_SYS_SetDirection(dest, &hap_ramp->direction, dest->cAxes) < 0) { in SDL_SYS_ToFFEFFECT() 1051 if (SDL_SYS_SetDirection(dest, &hap_custom->direction, dest->cAxes) < in SDL_SYS_ToFFEFFECT()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse_c.h | 135 …eel(SDL_Window * window, SDL_MouseID mouseID, float x, float y, SDL_MouseWheelDirection direction);
|
/AliOS-Things-master/hardware/chip/smarth_rv64/include/ |
A D | drv_iic.h | 53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | iic.h | 53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
|
A D | spu_iic.h | 53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
|
A D | usi_iic.h | 53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_dinputhaptic.c | 640 if (src->constant.direction.type == SDL_HAPTIC_STEERING_AXIS) { in SDL_SYS_ToDIEFFECT() 682 if (SDL_SYS_SetDirection(dest, &hap_constant->direction, dest->cAxes) < 0) { in SDL_SYS_ToDIEFFECT() 729 if (SDL_SYS_SetDirection(dest, &hap_periodic->direction, dest->cAxes) in SDL_SYS_ToDIEFFECT() 782 if (SDL_SYS_SetDirection(dest, &hap_condition->direction, dest->cAxes) in SDL_SYS_ToDIEFFECT() 814 if (SDL_SYS_SetDirection(dest, &hap_ramp->direction, dest->cAxes) < 0) { in SDL_SYS_ToDIEFFECT() 858 if (SDL_SYS_SetDirection(dest, &hap_custom->direction, dest->cAxes) < 0) { in SDL_SYS_ToDIEFFECT()
|