SAM4SD32 (SAM4S-EK2)
Loading...
Searching...
No Matches
pwm_protect_t Struct Reference

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.

Detailed Description

Structure of PWM write-protect information.

Definition at line 273 of file pwm.h.

Field Documentation

◆ ul_hw_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().

◆ ul_offset

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().

◆ ul_sw_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().