File nut/arch/cm3/dev/stm/stm32_rtc_v2.c
References Functions:
Stm32RtcGetClock()
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Stm32RtcGetStatus()
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Stm32RtcInit()
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Stm32RtcSetClock()
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Included Files
#include <nut/include/cfg/os.h>
#include <nut/include/cfg/clock.h>
#include <nut/include/cfg/arch.h>
#include <nut/include/sys/event.h>
#include <nut/include/sys/timer.h>
#include <nut/include/dev/rtc.h>
#include <nut/include/cfg/arch/gpio.h>
#include <nut/include/arch/cm3/stm/stm32xxxx.h>
#include <stdlib.h>
#include <nut/include/include2/string.h>
#include <time.h>
Global Variable rtcStm32
NUTRTC rtcStm32
Visible in:
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Global Function Stm32RtcGetClock()
int Stm32RtcGetClock ( NUTRTC* rtc, struct _tm* tm )
Used in:
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Global Function Stm32RtcInit()
int Stm32RtcInit ( NUTRTC* rtc )
Used in:
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Global Function Stm32RtcSetClock()
int Stm32RtcSetClock ( NUTRTC* rtc, const struct _tm* tm )
Used in:
nut/arch/cm3/dev/stm/stm32_rtc_v2.c
Local Function Stm32RtcGetStatus()
static int Stm32RtcGetStatus ( NUTRTC* rtc, uint32_t* sflags )
Used in:
nut/arch/cm3/dev/stm/stm32_rtc_v2.c