LoginSignup
0
0

More than 5 years have passed since last update.

Raspberry Pi > GPIO > Interrupts > Level-sensitive / Rising/falling edge / Asynchronous rising/falling edge

Last updated at Posted at 2016-03-18

Several interrupt generation sources are configurable:

  • Level-sensitive (high/low)
  • Rising/falling edge
  • Asynchronous rising/falling edge

レベルで検知。エッジで検知。まではわかる。

非同期のエッジ検知というのは初めて出くわした。

At the system clock frequency, the pin is sampled with the criteria for generation of an interrupt being a stable transition within a 3-cycle window, i.e. a record of "1 0 0" or "0 1 1". Asynchronous detection bypasses this synchronisation to enable the detection of very narrow events.

3 cycleでなく1 00 1だけで検知ということだろうか。

0
0
2

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