LoginSignup
0
0

More than 5 years have passed since last update.

Zybo > Chronicles blog 13 > GPIO > interrupt > ISR設定 > XGpioPs_SetCallbackHandler(Gpio, (void *)Gpio, IntrHandler);

Last updated at Posted at 2016-05-16

MicroZed Chronicles リスト http://adiuvoengineering.com/?page_id=285
@ Adam Taylor blog
https://forums.xilinx.com/t5/Xcell-Daily-Blog/More-About-MicroZed-Interrupts-Adam-Taylor-s-MicroZed-Chronicles/ba-p/398357

The interrupt set-up function will also define the ISR, which will be called when an interrupt occurs. We use this function:

XGpioPs_SetCallbackHandler(Gpio, (void *)Gpio, IntrHandler);

Gpioとは以下のようにして定義されたもの.

static XGpioPs Gpio;     //GPIO Device
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0