Dead time feature configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | FallingLock |
uint32_t | FallingSign |
uint32_t | FallingSignLock |
uint32_t | FallingValue |
uint32_t | Prescaler |
uint32_t | RisingLock |
uint32_t | RisingSign |
uint32_t | RisingSignLock |
uint32_t | RisingValue |
Dead time feature configuration definition.
Definition at line 229 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::FallingLock |
Specifies whether or not deadtime falling settings (value and sign) are write protected This parameter can be a value of HRTIM_DeadtimeFallingLock
Definition at line 244 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::FallingSign |
Specifies whether the deadtime is positive or negative on falling edge This parameter can be a value of HRTIM_DeadtimeFallingSign
Definition at line 242 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::FallingSignLock |
Specifies whether or not deadtime falling sign is write protected This parameter can be a value of HRTIM_DeadtimeFallingSignLock
Definition at line 246 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::FallingValue |
Specifies the Deadtime following a falling edge This parameter can be a number between 0x0 and 0xFF
Definition at line 240 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::Prescaler |
Specifies the Deadtime Prescaler This parameter can be a number between 0x0 and = 0x7
Definition at line 230 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::RisingLock |
Specifies whether or not deadtime rising settings (value and sign) are write protected This parameter can be a value of HRTIM_DeadtimeRisingLock
Definition at line 236 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::RisingSign |
Specifies whether the deadtime is positive or negative on rising edge This parameter can be a value of HRTIM_DeadtimeRisingSign
Definition at line 234 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::RisingSignLock |
Specifies whether or not deadtime rising sign is write protected This parameter can be a value of HRTIM_DeadtimeRisingSignLock
Definition at line 238 of file stm32f30x_hrtim.h.
uint32_t HRTIM_DeadTimeCfgTypeDef::RisingValue |
Specifies the Deadtime following a rising edge This parameter can be a number between 0x0 and 0xFF
Definition at line 232 of file stm32f30x_hrtim.h.