Motor Driver Evaluation Kit NEVB-MTR1-t01-1.0.0
Firmware for NEVB-MTR1-KIT1 for trapezoidal control of BLDC motors using Hall-effect sensors
Loading...
Searching...
No Matches

Collection of motor configurations. More...

#include <config.h>

Public Attributes

uint32_t tim4Freq: 17
 TIM4 or gate switching frequency.
 
uint16_t tim4Top: 10
 Corresponding TIM4 top value for TIM4 frequency.
 
uint16_t tim4DeadTime: 11
 Corresponding dead time for TIM4 output.
 
uint8_t speedInputSource: 1
 SpeedInput source select (only for remote mode).
 

Detailed Description

Collection of motor configurations.

This struct contains some of the motor configurations. This may support remote implementation.

Definition at line 1115 of file config.h.

Member Data Documentation

◆ speedInputSource

uint8_t motorconfigs::speedInputSource

SpeedInput source select (only for remote mode).

Definition at line 1124 of file config.h.

◆ tim4DeadTime

uint16_t motorconfigs::tim4DeadTime

Corresponding dead time for TIM4 output.

Definition at line 1122 of file config.h.

◆ tim4Freq

uint32_t motorconfigs::tim4Freq

TIM4 or gate switching frequency.

Definition at line 1118 of file config.h.

◆ tim4Top

uint16_t motorconfigs::tim4Top

Corresponding TIM4 top value for TIM4 frequency.

Definition at line 1120 of file config.h.


The documentation for this struct was generated from the following file: