PRS async channel configuration structure.

Public Attributes#

uint8_t

Channel number.

uint8_t

Channel to input to logic block.

Lookup function for configurable logic.

Peripheral consumer. Used to select which signal to listen to.

Public Attribute Documentation#

channel#

uint8_t sl_hal_prs_async_channel_init_t::channel

Channel number.


aux_prs#

uint8_t sl_hal_prs_async_channel_init_t::aux_prs

Channel to input to logic block.


logic#

sl_hal_prs_logic_t sl_hal_prs_async_channel_init_t::logic

Lookup function for configurable logic.


producer_signal#

sl_hal_prs_async_producer_signal_t sl_hal_prs_async_channel_init_t::producer_signal

Peripheral signal.


consumer_event#

sl_hal_prs_consumer_event_t sl_hal_prs_async_channel_init_t::consumer_event

Peripheral consumer. Used to select which signal to listen to.