[[ファームウェア関数一覧>ファームウェア関数一覧#x6569942]]
*GPIO_ResetBits [#t21c33a8]
#contents
**ヘッダ宣言 [#m8615183]
**関数プロトタイプ [#qe146d71]
 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin)
**動作 [#e5b1c01b]
選択したGPIOポートのピン出力設定をクリアします。。
**引数 [#k41ef59b]
-GPIOx*&br;
-GPIOx&br;
&br;
|GPIOx|機能|h
|GPIOA|GPIO A Port|
|GPIOB|GPIO B Port|
|GPIOC|GPIO C Port|
|GPIOD|GPIO D Port|
|GPIOE|GPIO E Port|
|GPIOF|GPIO F Port|
|GPIOG|GPIO G Port|
#include(Macro/GPIOx,notitle)
&br;
-GPIO_Pin&br;
&br;
|GPIO_Pin|機能|h
|GPIO_Pin_None| Pin を選択しない|
|GPIO_Pin_0|Pin 0を選択|
|GPIO_Pin_1|Pin 1を選択|
|GPIO_Pin_2|Pin 2を選択|
|GPIO_Pin_3|Pin 3を選択|
|GPIO_Pin_4|Pin 4を選択|
|GPIO_Pin_5|Pin 5を選択|
|GPIO_Pin_6|Pin 6を選択|
|GPIO_Pin_7|Pin 7を選択|
|GPIO_Pin_8|Pin 8を選択|
|GPIO_Pin_9|Pin 9を選択|
|GPIO_Pin_10|Pin 10を選択|
|GPIO_Pin_11|Pin 11を選択|
|GPIO_Pin_12|Pin 12を選択|
|GPIO_Pin_13|Pin 13を選択|
|GPIO_Pin_14|Pin 14を選択|
|GPIO_Pin_15|Pin 15を選択|
|GPIO_Pin_All|Pin 0 - 15を選択|
#include(Macro/GPIO_Pin,notitle)
&br;
**戻り値 [#fd9101f3]
-無し
**呼び出し関数 [#yba8b2b7]
-無し
**サンプル [#oa12fc39]
 /* Clears the GPIOA port pin 10 and pin 15 */
 GPIO_ResetBits(GPIOA, GPIO_Pin_10 | GPIO_Pin_15);
**参照 [#sc73345f]
-STM32マイコン徹底入門 P83

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS