![]() |
MAX32665 SDK Documentation
0.2
Software Development Kit Overview and API Documentation
|
Structure type for pulse train mode configuration. More...
#include <pt.h>
Data Fields | |
uint32_t | bps |
pulse train bit rate | |
uint32_t | pattern |
Output pattern to shift out, starts at LSB. | |
uint8_t | ptLength |
Number of bits in pulse train, 0 = 32bits, 1 = non valid , 2 = 2 bits, ... More... | |
uint16_t | loop |
Number of times to repeat the train, 0 = continuous. | |
uint16_t | loopDelay |
Delay between loops specified in multiples of bps. | |
uint8_t pt_pt_cfg_t::ptLength |