0 -> input is synchronized (default)
1 -> synchronizer is bypassed
If in doubt, leave this register as all zeroes.
You can read
this register and get input_sync_bypass::R
. You can reset
, write
, write_with_zero
this register using input_sync_bypass::W
. You can also modify
this register. See API.
reset()
method sets INPUT_SYNC_BYPASS to value 0
write(|w| ..)
method takes input_sync_bypass::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns input_sync_bypass::R
reader structure