|
SAM4SD32 (SAM4S-EK2)
|
Structure of PWM write-protect information. More...
#include <pwm.h>
Data Fields | |
| uint32_t | ul_hw_status |
| Bitmask of PWM register group for write protect hardware status. | |
| uint32_t | ul_offset |
| Offset address of PWM register in which a write access has been attempted. | |
| uint32_t | ul_sw_status |
| Bitmask of PWM register group for write protect software status. | |
| uint32_t pwm_protect_t::ul_hw_status |
Bitmask of PWM register group for write protect hardware status.
Definition at line 275 of file pwm.h.
Referenced by pwm_get_protect_status().
| uint32_t pwm_protect_t::ul_offset |
Offset address of PWM register in which a write access has been attempted.
Definition at line 279 of file pwm.h.
Referenced by pwm_get_protect_status().
| uint32_t pwm_protect_t::ul_sw_status |
Bitmask of PWM register group for write protect software status.
Definition at line 277 of file pwm.h.
Referenced by pwm_get_protect_status().