Writing to this register allows multiple channels to be enabled
or disabled simultaneously, so they can run in perfect sync.
For each channel, there is only one physical EN register bit,
which can be accessed through here or CHx_CSR.
You can read
this register and get en::R
. You can reset
, write
, write_with_zero
this register using en::W
. You can also modify
this register. See API.
reset()
method sets EN to value 0
write(|w| ..)
method takes en::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns en::R
reader structure