|
GadgetSeed
0.9.6
|
STM32 RTC [詳解]
#include "device.h"#include "device/rtc_ioctl.h"#include "datetime.h"#include "tkprintf.h"#include "system.h"#include "stm32f4xx_hal.h"#include "dkprintf.h"
関数 | |
| void | MX_RTC_Init (void) |
| void | HAL_RTC_MspInit (RTC_HandleTypeDef *hrtc) |
| void | HAL_RTC_AlarmAEventCallback (RTC_HandleTypeDef *hrtc) |
| void | HAL_RTCEx_AlarmBEventCallback (RTC_HandleTypeDef *hrtc) |
| static int | rtc_register (struct st_device *dev, char *param) |
| static int | rtc_ioctl (struct st_device *dev, unsigned int com, unsigned int arg, void *param) |
変数 | |
| RTC_HandleTypeDef | hrtc |
| const struct st_device | rtc_device |
| const struct st_device rtc_device |