This register updates automatically each time a read completes. The current value is the next address to be read by this channel.
You can read
this register and get ch_read_addr::R
. You can reset
, write
, write_with_zero
this register using ch_read_addr::W
. You can also modify
this register. See API.
reset()
method sets CH_READ_ADDR to value 0
write(|w| ..)
method takes ch_read_addr::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns ch_read_addr::R
reader structure