ファームウェア関数一覧
void GPIO_EventOutputCmd(FunctionalState NewState)
GPIOのイベント出力を有効、無効にします。
/* Enable Event Ouput to the GPIOC pin 6 */ GPIO_EventOutputConfig(GPIO_PortSourceGPIOC, GPIO_PinSource6); GPIO_EventOutputCmd(ENABLE);