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