Microchip® Advanced Software Framework

pwm_protect_t Struct Reference

Structure of PWM write-protect information.

#include <pwm.h>

Data Fields

uint32_t ul_hw_status
 Bitmask of PWM register group for write protect hardware status. More...
 
uint32_t ul_offset
 Offset address of PWM register in which a write access has been attempted. More...
 
uint32_t ul_sw_status
 Bitmask of PWM register group for write protect software status. More...
 

uint32_t pwm_protect_t::ul_hw_status

Bitmask of PWM register group for write protect hardware status.

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.

Referenced by pwm_get_protect_status().

uint32_t pwm_protect_t::ul_sw_status

Bitmask of PWM register group for write protect software status.

Referenced by pwm_get_protect_status().