Searched refs:__HAL_RTC_PC14_SEL (Results 1 – 3 of 3) sorted by relevance
277 __HAL_RTC_PC14_SEL(0); /* GPIO function */ in acm32_pin_mode()
470 #define __HAL_RTC_PC14_SEL(__FUNC__) (PMU->IOSEL |= (PMU->IOSEL & ~(0x3 << 3)) | (__FUNC__ << 3)) macro
472 #define __HAL_RTC_PC14_SEL(__FUNC__) (PMU->IOSEL |= (PMU->IOSEL & ~(0x3 << 3)) | (__FUNC__ << 3)) macro
Completed in 17 milliseconds