PRSEMLIB
Detailed Description
Peripheral Reflex System (PRS) Peripheral API.
This module contains functions to control the PRS peripheral of Silicon Labs 32-bit MCUs and SoCs. The PRS allows configurable, fast, and autonomous communication between peripherals on the MCU or SoC.
Macros |
|
#define | PRS_ASYNC_CHAN_COUNT 0 |
#define | PRS_SYNC_CHAN_COUNT PRS_CHAN_COUNT |
#define | PRS_USART0_RXDATA PRS_USART0_RXDATAV |
#define | PRS_USART1_RXDATA PRS_USART1_RXDATAV |
#define | PRS_USART2_RXDATA PRS_USART2_RXDATAV |
Functions |
|
__STATIC_INLINE void | PRS_ChannelLevelSet (unsigned int ch, bool level) |
Set the PRS channel level for one asynchronous PRS channel.
|
|
__STATIC_INLINE void | PRS_ChannelPulse (unsigned int ch) |
Trigger a pulse on one PRS channel.
|
|
void | PRS_ConnectSignal (unsigned int ch, PRS_ChType_t type, PRS_Signal_t signal) |
Connect a PRS signal to a channel.
|
|
int | PRS_GetFreeChannel ( PRS_ChType_t type) |
Search for the first free PRS channel.
|
|
__STATIC_INLINE uint32_t | PRS_LevelGet (void) |
Get level control bit for all channels.
|
|
__STATIC_INLINE void | PRS_LevelSet (uint32_t level, uint32_t mask) |
Set level control bit for one or more channels.
|
|
__STATIC_INLINE void | PRS_PulseTrigger (uint32_t channels) |
Trigger a high pulse (one HFPERCLK) for one or more channels.
|
|
void | PRS_Reset (void) |
Reset all PRS channels.
|
|
void | PRS_SourceSignalSet (unsigned int ch, uint32_t source, uint32_t signal, PRS_Edge_TypeDef edge) |
Set a source and signal for a channel.
|
|
Enumeration Type Documentation
enum PRS_ChType_t |
enum PRS_Edge_TypeDef |
enum PRS_Signal_t |
PRS Signal.
Definition at line
135
of file
em_prs.h
.
Function Documentation
__STATIC_INLINE void PRS_ChannelLevelSet | ( | unsigned int |
ch,
|
bool |
level
|
||
) |
Set the PRS channel level for one asynchronous PRS channel.
- Parameters
-
[in] ch
PRS channel number. [in] level
true to set the level high (1) and false to set the level low (0).
Definition at line
428
of file
em_prs.h
.
References PRS_LevelSet() .
__STATIC_INLINE void PRS_ChannelPulse | ( | unsigned int |
ch
|
) |
Trigger a pulse on one PRS channel.
- Parameters
-
[in] ch
PRS channel number.
Definition at line
440
of file
em_prs.h
.
References PRS_PulseTrigger() .
void PRS_ConnectSignal | ( | unsigned int |
ch,
|
PRS_ChType_t |
type,
|
||
PRS_Signal_t |
signal
|
||
) |
Connect a PRS signal to a channel.
This function will make the PRS signal available on the specific channel. Only a single PRS signal can be connected to any given channel.
- Parameters
-
[in] ch
PRS channel number. [in] type
PRS channel type. This can be either prsTypeAsync or prsTypeSync . [in] signal
This is the PRS signal that should be placed on the channel.
Definition at line
383
of file
em_prs.c
.
References _PRS_CH_CTRL_SIGSEL_MASK , _PRS_CH_CTRL_SOURCESEL_MASK , PRS , PRS_CH_CTRL_EDSEL_OFF , and prsTypeAsync .
int PRS_GetFreeChannel | ( | PRS_ChType_t |
type
|
) |
Search for the first free PRS channel.
- Parameters
-
[in] type
PRS channel type. This can be either prsTypeAsync or prsTypeSync .
- Returns
- Channel number >= 0 if an unused PRS channel was found. If no free PRS channel was found then -1 is returned.
Definition at line
316
of file
em_prs.c
.
References prsTypeAsync .
__STATIC_INLINE uint32_t PRS_LevelGet | ( | void |
|
) |
Get level control bit for all channels.
- Returns
- The current software level configuration.
Definition at line
340
of file
em_prs.h
.
References PRS .
__STATIC_INLINE void PRS_LevelSet | ( | uint32_t |
level,
|
uint32_t |
mask
|
||
) |
Set level control bit for one or more channels.
The level value for a channel is XORed with both the pulse possibly issued by PRS_PulseTrigger() and the PRS input signal selected for the channel(s).
- Parameters
-
[in] level
Level to use for channels indicated by mask
. Use logical OR combination of PRS_SWLEVEL_CHnLEVEL defines for channels to set high level, otherwise 0.[in] mask
Mask indicating which channels to set level for. Use logical OR combination of PRS_SWLEVEL_CHnLEVEL defines.
Definition at line
324
of file
em_prs.h
.
References PRS .
Referenced by PRS_ChannelLevelSet() .
__STATIC_INLINE void PRS_PulseTrigger | ( | uint32_t |
channels
|
) |
Trigger a high pulse (one HFPERCLK) for one or more channels.
Setting a bit for a channel causes the bit in the register to remain high for one HFPERCLK cycle. Pulse is XORed with both the corresponding bit in PRS SWLEVEL register and the PRS input signal selected for the channel(s).
- Parameters
-
[in] channels
Logical ORed combination of channels to trigger a pulse for. Use PRS_SWPULSE_CHnPULSE defines.
Definition at line
409
of file
em_prs.h
.
References _PRS_SWPULSE_MASK , and PRS .
Referenced by PRS_ChannelPulse() .
void PRS_Reset | ( | void |
|
) |
Reset all PRS channels.
This function will reset all the PRS channel configuration.
Definition at line
345
of file
em_prs.c
.
References _PRS_CH_CTRL_RESETVALUE , PRS , and PRS_CHAN_COUNT .
void PRS_SourceSignalSet | ( | unsigned int |
ch,
|
uint32_t |
source,
|
||
uint32_t |
signal,
|
||
PRS_Edge_TypeDef |
edge
|
||
) |
Set a source and signal for a channel.
- Parameters
-
[in] ch
A channel to define the signal and source for. [in] source
A source to select for the channel. Use one of PRS_CH_CTRL_SOURCESEL_x defines. [in] signal
A signal (for selected source
) to use. Use one of PRS_CH_CTRL_SIGSEL_x defines.[in] edge
An edge (for selected source/signal) to generate the pulse for.
Definition at line
211
of file
em_prs.c
.
References _PRS_CH_CTRL_EDSEL_SHIFT , _PRS_CH_CTRL_SIGSEL_MASK , _PRS_CH_CTRL_SOURCESEL_MASK , PRS , and PRS_CHAN_COUNT .