![]() |
MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
|
Modules | |
PT_Registers | |
Data Structures | |
struct | mxc_pt_cfg_t |
Enumerations | |
enum | mxc_clk_scale_t |
Functions | |
void | MXC_PT_Init (mxc_ptg_regs_t *ptg, mxc_clk_scale_t clk_scale) |
void | MXC_PT_Shutdown (mxc_ptg_regs_t *ptg, uint32_t pts) |
int | MXC_PT_Config (mxc_ptg_regs_t *ptg, mxc_pt_cfg_t *cfg) |
int | MXC_PT_SqrWaveConfig (mxc_ptg_regs_t *ptg, unsigned channel, uint32_t freq) |
void | MXC_PT_Start (mxc_ptg_regs_t *ptg, unsigned pts) |
void | MXC_PT_Stop (mxc_ptg_regs_t *ptg, unsigned pts) |
uint32_t | MXC_PT_IsActive (mxc_ptg_regs_t *ptg, uint32_t pts) |
void | MXC_PT_SetPattern (unsigned pts, uint32_t pattern) |
void | MXC_PT_EnableInt (mxc_ptg_regs_t *ptg, uint32_t pts) |
void | MXC_PT_DisableInt (mxc_ptg_regs_t *ptg, uint32_t pts) |
uint32_t | MXC_PT_GetFlags (mxc_ptg_regs_t *ptg) |
void | MXC_PT_ClearFlags (mxc_ptg_regs_t *ptg, uint32_t flags) |
void | MXC_PT_EnableRestart (unsigned start, unsigned stop, uint8_t restartIndex) |
void | MXC_PT_DisableRestart (unsigned channel, uint8_t restartIndex) |
void | MXC_PT_Resync (mxc_ptg_regs_t *ptg, uint32_t pts) |
This is the high level API for the pulse train engine.
struct mxc_pt_cfg_t |
void MXC_PT_ClearFlags | ( | mxc_ptg_regs_t * | ptg, |
uint32_t | flags | ||
) |
Clears the pulse train's interrupt flag.
ptg | pointer to pulse train global bus to use. |
flags | bits to clear, see PTG_INTFL Register for details. |
int MXC_PT_Config | ( | mxc_ptg_regs_t * | ptg, |
mxc_pt_cfg_t * | cfg | ||
) |
Configures the pulse train in the specified mode.
The parameters in the config structure must be set before calling this function. This function should be used for configuring pulse train mode only.
ptg | Pointer to pulse train global bus to use. |
cfg | Pointer to pulse train configuration. |
void MXC_PT_DisableInt | ( | mxc_ptg_regs_t * | ptg, |
uint32_t | pts | ||
) |
Disable interrupts for the pulse trains selected.
ptg | Pointer to pulse train global bus to use. |
pts | Bit mask of what pulse trains to disable. Set the bit position of each pulse train to disable it. Bit0->pt0, Bit1->pt1... etc, 1 will disable the interrupt, 0 to leave a PT channel in its current state. |
void MXC_PT_DisableRestart | ( | unsigned | channel, |
uint8_t | restartIndex | ||
) |
Disable the restart for the specified pulse train.
channel | Pulse train channel to restart |
restartIndex | selects which restart trigger to disable (0 or 1) |
void MXC_PT_EnableInt | ( | mxc_ptg_regs_t * | ptg, |
uint32_t | pts | ||
) |
Enable interrupts for the pulse trains selected.
ptg | Pointer to pulse train global bus to use. |
pts | Bit mask of which pulse trains to enable. Set the bit position of each pulse train to enable it. Bit0->pt0, Bit1->pt1... etc, 1 will enable the interrupt, 0 to leave a PT channel in its current state. |
void MXC_PT_EnableRestart | ( | unsigned | start, |
unsigned | stop, | ||
uint8_t | restartIndex | ||
) |
Setup and enables a pulse train to restart after another pulse train has exited its loop. Each pulse train can have up to two restart triggers.
start | Pulse train channel to start. |
stop | Pulse train channel to stop. |
restartIndex | selects which restart trigger to set (0 or 1). |
uint32_t MXC_PT_GetFlags | ( | mxc_ptg_regs_t * | ptg | ) |
Gets the pulse trains's interrupt flags.
ptg | Pointer to pulse train global bus to use. |
void MXC_PT_Init | ( | mxc_ptg_regs_t * | ptg, |
mxc_clk_scale_t | clk_scale | ||
) |
This function initializes the pulse trains to a known stopped state and sets the global PT clock scale.
ptg | pointer to pulse train global bus to use. |
clk_scale | Scale the system clock for the global PT clock. |
uint32_t MXC_PT_IsActive | ( | mxc_ptg_regs_t * | ptg, |
uint32_t | pts | ||
) |
Determines if the pulse trains selected are running.
ptg | Pointer to pulse train global bus to use. |
pts | Set the bits of pulse trains to check Bit0->pt0, Bit1->pt1... etc. |
void MXC_PT_Resync | ( | mxc_ptg_regs_t * | ptg, |
uint32_t | pts | ||
) |
Resynchronize individual pulse trains together. Resync will stop those resync_pts; others will be still running.
ptg | pointer to pulse train global bus to use. |
pts | pulse train modules that need to be re-synced by bit number. Bit0->pt0, Bit1->pt1... etc. |
void MXC_PT_SetPattern | ( | unsigned | pts, |
uint32_t | pattern | ||
) |
Sets the pattern of the pulse train.
pts | Pulse train pts to operate on. |
pattern | Output pattern. |
void MXC_PT_Shutdown | ( | mxc_ptg_regs_t * | ptg, |
uint32_t | pts | ||
) |
Shutdown the pulse train channel/channels.
Shutdown pulse train and if all pluse trains are shut down then turn off pulse train clock.
ptg | Pointer to pulse train global bus to use. |
pts | Pulse train channel to operate on. |
int MXC_PT_SqrWaveConfig | ( | mxc_ptg_regs_t * | ptg, |
unsigned | channel, | ||
uint32_t | freq | ||
) |
Configures the pulse train in the square wave mode.
This function should be used for configuring square wave mode only.
ptg | Pointer to pulse train global bus to use. |
channel | Pulse train channel to operate on |
freq | square wave output frequency in Hz |
void MXC_PT_Start | ( | mxc_ptg_regs_t * | ptg, |
unsigned | pts | ||
) |
Starts the pulse trains specified.
ptg | Pointer to pulse train global bus to use. |
pts | Pulse train pts to operate on. |
void MXC_PT_Stop | ( | mxc_ptg_regs_t * | ptg, |
unsigned | pts | ||
) |
Stops pulse trains.
ptg | Pointer to pulse train global bus to use. |
pts | Pulse train pts to stop. |