RCC_APB2PeriphResetCmd
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#ab20bb5e]]
*RCC_APB2PeriphResetCmd [#d6c2487f]
#contents
**ヘッダ宣言 [#dbffeac9]
**関数プロトタイプ [#v40f0334]
void RCC_APB2PeriphResetCmd(uint32_t RCC_APB2Periph,Func...
**動作 [#t4eca2ae]
High Speed APB (APB2)のペリフェラルをリセットします
**引数 [#sc670d68]
-RCC_APB2Periph
#include(Macro/RCC_APB2Periph,notitle)
-NewState
#include(Macro/NewState,notitle)
**戻り値 [#zeb50c1f]
-無し
**呼び出し関数 [#xf3b5283]
-無し
**サンプル [#fd6201db]
/* Enter the SPI1 peripheral to reset */
RCC_APB2PeriphResetCmd(RCC_APB2Periph_SPI1, ENABLE);
/* Exit the SPI1 peripheral from reset */
RCC_APB2PeriphResetCmd(RCC_APB2Periph_SPI1, DISABLE);
**参照 [#u1311eb1]
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#ab20bb5e]]
*RCC_APB2PeriphResetCmd [#d6c2487f]
#contents
**ヘッダ宣言 [#dbffeac9]
**関数プロトタイプ [#v40f0334]
void RCC_APB2PeriphResetCmd(uint32_t RCC_APB2Periph,Func...
**動作 [#t4eca2ae]
High Speed APB (APB2)のペリフェラルをリセットします
**引数 [#sc670d68]
-RCC_APB2Periph
#include(Macro/RCC_APB2Periph,notitle)
-NewState
#include(Macro/NewState,notitle)
**戻り値 [#zeb50c1f]
-無し
**呼び出し関数 [#xf3b5283]
-無し
**サンプル [#fd6201db]
/* Enter the SPI1 peripheral to reset */
RCC_APB2PeriphResetCmd(RCC_APB2Periph_SPI1, ENABLE);
/* Exit the SPI1 peripheral from reset */
RCC_APB2PeriphResetCmd(RCC_APB2Periph_SPI1, DISABLE);
**参照 [#u1311eb1]
ページ名: