pub type ISC = Reg<u32, _ISC>;
PWM Interrupt Status and Clear
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see isc module
pub struct ISC { /* private fields */ }
Register ISC reset()’s with value 0
reset()
read() method returns isc::R reader structure
read()
write(|w| ..) method takes isc::W writer structure
write(|w| ..)