Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 8 of 8) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/
Dsl_si91x_driver_gpio.c604 …si91x_gpio_driver_set_pin_direction(uint8_t port, uint8_t pin, sl_si91x_gpio_direction_t direction) in sl_si91x_gpio_driver_set_pin_direction()
677 uint8_t direction; in sl_si91x_gpio_driver_get_pin_direction() local
1508 …us_t sl_si91x_gpio_driver_set_uulp_npss_direction(uint8_t pin, sl_si91x_gpio_direction_t direction) in sl_si91x_gpio_driver_set_uulp_npss_direction()
1532 uint8_t direction; in sl_si91x_gpio_driver_get_uulp_npss_direction() local
/hal_silabs-latest/simplicity_sdk/platform/emdrv/dmadrv/src/
Ddmadrv.c1280 DmaDirection_t direction, in StartTransfer()
1413 DmaDirection_t direction, in StartTransfer()
1507 DmaDirection_t direction, in StartTransfer()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c209 void sl_si91x_gpio_set_pin_direction(uint8_t port, uint8_t pin, sl_si91x_gpio_direction_t direction) in sl_si91x_gpio_set_pin_direction()
1016 void sl_si91x_gpio_set_uulp_npss_direction(uint8_t pin, sl_si91x_gpio_direction_t direction) in sl_si91x_gpio_set_uulp_npss_direction()
/hal_silabs-latest/simplicity_sdk/platform/driver/gpio/inc/
Dsl_gpio.h94 sl_gpio_pin_direction_t direction; member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/cmsis_driver/CMSIS/Driver/Include/
DDriver_I2C.h90 unsigned int direction : 1; ///< Direction: 0=Transmitter, 1=Receiver member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/
Dsl_driver_gpio.h78 sl_si91x_gpio_direction_t direction; ///< The direction of the GPIO pin (input or output) member
/hal_silabs-latest/simplicity_sdk/platform/driver/gpio/src/
Dsl_gpio.c47 #define SL_GPIO_DIRECTION_IS_VALID(direction) (direction <= SL_GPIO_PIN_DIRECTION_OUT) argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_gpio.h152 sl_si91x_gpio_direction_t direction; ///< UULP GPIO direction of PAD member