libximc 3.0.3
secure_settings_t Struct Reference

This structure contains protection parameters: critical electrical values, flags for protection algorithms. More...

#include <ximc.h>

Data Fields

unsigned int LowUpwrOff
 Lower voltage limit to turn off the motor, in tens of mV.
unsigned int CriticalIpwr
 Maximum motor current which triggers ALARM state, in mA.
unsigned int CriticalUpwr
 Maximum motor voltage which triggers ALARM state, in tens of mV.
unsigned int CriticalT
 Maximum temperature, which triggers ALARM state, in tenths of degrees Celsius.
unsigned int CriticalIusb
 Deprecated.
unsigned int CriticalUusb
 Deprecated.
unsigned int MinimumUusb
 Deprecated.
unsigned int Flags
 Flags of secure settings.

Detailed Description

This structure contains protection parameters: critical electrical values, flags for protection algorithms.

See also
get_secure_settings
set_secure_settings
get_secure_settings, set_secure_settings

Field Documentation

◆ CriticalIpwr

unsigned int CriticalIpwr

Maximum motor current which triggers ALARM state, in mA.

◆ CriticalIusb

unsigned int CriticalIusb

Deprecated.

Maximum USB current which triggers ALARM state, in mA.

◆ CriticalT

unsigned int CriticalT

Maximum temperature, which triggers ALARM state, in tenths of degrees Celsius.

◆ CriticalUpwr

unsigned int CriticalUpwr

Maximum motor voltage which triggers ALARM state, in tens of mV.

◆ CriticalUusb

unsigned int CriticalUusb

Deprecated.

Maximum USB voltage which triggers ALARM state, in tens of mV.

◆ Flags

unsigned int Flags

◆ LowUpwrOff

unsigned int LowUpwrOff

Lower voltage limit to turn off the motor, in tens of mV.

◆ MinimumUusb

unsigned int MinimumUusb

Deprecated.

Minimum USB voltage which triggers ALARM state, in tens of mV.