Home
last modified time | relevance | path

Searched refs:__HAL_RTC_PC14_SEL (Results 1 – 3 of 3) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_gpio.c277 __HAL_RTC_PC14_SEL(0); /* GPIO function */ in acm32_pin_mode()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h470 #define __HAL_RTC_PC14_SEL(__FUNC__) (PMU->IOSEL |= (PMU->IOSEL & ~(0x3 << 3)) | (__FUNC__ << 3)) macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h472 #define __HAL_RTC_PC14_SEL(__FUNC__) (PMU->IOSEL |= (PMU->IOSEL & ~(0x3 << 3)) | (__FUNC__ << 3)) macro

Completed in 17 milliseconds