RTC_GetDivider
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#i5485a63]]
*RTC_GetDivider [#p78e4d5c]
#contents
**ヘッダ宣言 [#sfc865cc]
**関数プロトタイプ [#j357f4d2]
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_...
[[RCC_RTCCLKConfig]]→[[RCC_RTCCLKCmd]]→[[RTC_WaitForSynch...
-NVIC&br;
[[NVIC_Configuration()>NVIC_Configuration]] - [[NVIC_IRQC...
-[[STMマイコン徹底入門 HP >http://miqn.net/periph/146.htm...
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#i5485a63]]
*RTC_GetDivider [#p78e4d5c]
#contents
**ヘッダ宣言 [#sfc865cc]
**関数プロトタイプ [#j357f4d2]
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_...
[[RCC_RTCCLKConfig]]→[[RCC_RTCCLKCmd]]→[[RTC_WaitForSynch...
-NVIC&br;
[[NVIC_Configuration()>NVIC_Configuration]] - [[NVIC_IRQC...
-[[STMマイコン徹底入門 HP >http://miqn.net/periph/146.htm...
ページ名: