Searched refs:GPIO_SPEED_FAST (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | gpio.c | 83 [-1 - GPIO_SPEED_30MHZ_PLUS ] = GPIO_SPEED_FAST, in gpioSpeedFromRequestedSpeed() 84 [-1 - GPIO_SPEED_50MHZ_PLUS ] = GPIO_SPEED_FAST, in gpioSpeedFromRequestedSpeed() 85 [-1 - GPIO_SPEED_100MHZ_PLUS ] = GPIO_SPEED_FAST, in gpioSpeedFromRequestedSpeed() 86 …[-1 - GPIO_SPEED_150MHZ_PLUS ] = GPIO_SPEED_FAST, //this is not fast enough, but it is all we can… in gpioSpeedFromRequestedSpeed() 87 …[-1 - GPIO_SPEED_150MHZ_PLUS ] = GPIO_SPEED_FAST, //this is not fast enough, but it is all we can… in gpioSpeedFromRequestedSpeed()
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
D | gpio.h | 117 GPIO_SPEED_FAST, /* 50, 25, 100, 50 */ enumerator
|