sl_sysrtc_group_config_t Struct Reference

Group configuration structure.

#include <peripheral_sysrtc.h>

Data Fields

bool compare_channel0_enable
 Enable/Disable compare channel 0.
 
bool compare_channel1_enable
 Enable/Disable compare channel 1.
 
bool capture_channel0_enable
 Enable/Disable capture channel 0.
 
const sl_sysrtc_group_channel_compare_config_tp_compare_channel0_config
 Pointer to compare channel 0 config.
 
const sl_sysrtc_group_channel_compare_config_tp_compare_channel1_config
 Pointer to compare channel 1 config.
 
const sl_sysrtc_group_channel_capture_config_tp_capture_channel0_config
 Pointer to capture channel 0 config.
 

Group configuration structure.

Field Documentation

◆ compare_channel0_enable

bool sl_sysrtc_group_config_t::compare_channel0_enable

Enable/Disable compare channel 0.

◆ compare_channel1_enable

bool sl_sysrtc_group_config_t::compare_channel1_enable

Enable/Disable compare channel 1.

◆ capture_channel0_enable

bool sl_sysrtc_group_config_t::capture_channel0_enable

Enable/Disable capture channel 0.

◆ p_compare_channel0_config

const sl_sysrtc_group_channel_compare_config_t* sl_sysrtc_group_config_t::p_compare_channel0_config

Pointer to compare channel 0 config.

◆ p_compare_channel1_config

const sl_sysrtc_group_channel_compare_config_t* sl_sysrtc_group_config_t::p_compare_channel1_config

Pointer to compare channel 1 config.

◆ p_capture_channel0_config

const sl_sysrtc_group_channel_capture_config_t* sl_sysrtc_group_config_t::p_capture_channel0_config

Pointer to capture channel 0 config.