Home
last modified time | relevance | path

Searched refs:GPIO_Slew_Rate (Results 1 – 6 of 6) sorted by relevance

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_gpio.c232 assert_param(IS_GPIO_SLEW_RATE(GPIO_InitStruct->GPIO_Slew_Rate)); in GPIO_InitPeripheral()
293 tmp |= (GPIO_InitStruct->GPIO_Slew_Rate &((uint32_t)0x01))<<position; in GPIO_InitPeripheral()
373 GPIO_InitStruct->GPIO_Slew_Rate = GPIO_Slew_Rate_High; in GPIO_InitStruct()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_gpio.c232 assert_param(IS_GPIO_SLEW_RATE(GPIO_InitStruct->GPIO_Slew_Rate)); in GPIO_InitPeripheral()
293 tmp |= (GPIO_InitStruct->GPIO_Slew_Rate &((uint32_t)0x01))<<position; in GPIO_InitPeripheral()
373 GPIO_InitStruct->GPIO_Slew_Rate = GPIO_Slew_Rate_High; in GPIO_InitStruct()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_gpio.c232 assert_param(IS_GPIO_SLEW_RATE(GPIO_InitStruct->GPIO_Slew_Rate)); in GPIO_InitPeripheral()
293 tmp |= (GPIO_InitStruct->GPIO_Slew_Rate &((uint32_t)0x01))<<position; in GPIO_InitPeripheral()
373 GPIO_InitStruct->GPIO_Slew_Rate = GPIO_Slew_Rate_High; in GPIO_InitStruct()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_gpio.h189 GPIO_SpeedType GPIO_Slew_Rate; /*!< Specifies the speed for the selected pins. member
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_gpio.h189 GPIO_SpeedType GPIO_Slew_Rate; /*!< Specifies the speed for the selected pins. member
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_gpio.h189 GPIO_SpeedType GPIO_Slew_Rate; /*!< Specifies the speed for the selected pins. member

Completed in 18 milliseconds