[[ファームウェア関数一覧>ファームウェア関数一覧#i5485a63]] *RTC_GetDivider [#p78e4d5c] #contents **ヘッダ宣言 [#sfc865cc] **関数プロトタイプ [#j357f4d2] void uint32_t RTC_GetDivider(void) uint32_t RTC_GetDivider(void) **動作 [#af8c64e6] -RTCの分周値を得ます。 **引数 [#v8290096] -無し **戻り値 [#od813d1f] -uint32_t型のRTCの分周値 **場所 [#gdaf81b0] **呼び出し関数 [#k622a33f] -無し **サンプル [#o25a3404] /* Gets the current RTC Divider value */ uint32_t RTCDividerValue; RTCDividerValue = RTC_GetDivider(); **参照 [#t30711d8] -リアルタイムクロック&br; [[RCC_APB1PeriphClockCmd]]→[[PWR_BackupAccessCmd]]→[[BKP_DeInit]]→[[RCC_LSEConfig]]→[[RCC_GetFlagStatus]]→&br; [[RCC_RTCCLKConfig]]→[[RCC_RTCCLKCmd]]→[[RTC_WaitForSynchro]]→[[RTC_WaitForLastTask]]→[[RTC_ITConfig]]→[[RTC_SetPrescaler]] -NVIC&br; [[NVIC_Configuration()>NVIC_Configuration]] - [[NVIC_IRQChannel]] -[[NVIC_Init()>NVIC_Init]] -[[STMマイコン徹底入門 HP >http://miqn.net/periph/146.html]]