Home
last modified time | relevance | path

Searched refs:GPIO_SPEED_MEDIUM (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/src/variant/lunchbox/
Dspi.c28 .gpioSpeed = GPIO_SPEED_MEDIUM,
43 .gpioSpeed = GPIO_SPEED_MEDIUM,
/device/google/contexthub/firmware/src/variant/nucleo/
Dspi.c28 .gpioSpeed = GPIO_SPEED_MEDIUM,
43 .gpioSpeed = GPIO_SPEED_MEDIUM,
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dgpio.c76 [-1 - GPIO_SPEED_DEFAULT ] = GPIO_SPEED_MEDIUM, in gpioSpeedFromRequestedSpeed()
79 [-1 - GPIO_SPEED_5MHZ_PLUS ] = GPIO_SPEED_MEDIUM, in gpioSpeedFromRequestedSpeed()
80 [-1 - GPIO_SPEED_10MHZ_PLUS ] = GPIO_SPEED_MEDIUM, in gpioSpeedFromRequestedSpeed()
81 [-1 - GPIO_SPEED_15MHZ_PLUS ] = GPIO_SPEED_MEDIUM, in gpioSpeedFromRequestedSpeed()
82 [-1 - GPIO_SPEED_20MHZ_PLUS ] = GPIO_SPEED_MEDIUM, in gpioSpeedFromRequestedSpeed()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dgpio.h116 GPIO_SPEED_MEDIUM, /* 25, 12.5, 50, 20 */ enumerator