Home
last modified time | relevance | path

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

123

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dgpio_api.c117 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 Dobjects.h92 uint8_t direction; member
A Di2s_api.c141 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 Dmem_list.h58 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 DnetCfg.acss9 flex-direction: row;
19 flex-direction: column;
27 flex-direction: row;
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpkt_print.c258 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 DSDL_haptic.h481 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 Dtesthaptic.c156 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 DSDL_syshaptic.c766 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 Dgpio_ex_api.h64 void gpio_change_dir(gpio_t *obj, PinDirection direction);
A Dpwmout_ex_api.h95 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 Dgpio_api.h86 void gpio_dir(gpio_t *obj, PinDirection direction);
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkIot/
A DlinkIot.acss3 flex-direction: column;
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dusbh.c103 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 Dusbh.h99 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 Daudio_internel.h58 u32 direction; member
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m57 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 Ddw_gpio.c61 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 DSDL_syshaptic.c828 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 DSDL_mouse_c.h135 …eel(SDL_Window * window, SDL_MouseID mouseID, float x, float y, SDL_MouseWheelDirection direction);
/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_iic.h53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Diic.h53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
A Dspu_iic.h53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
A Dusi_iic.h53 uint32_t direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_dinputhaptic.c640 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()

Completed in 36 milliseconds

123