Group configuration structure.
Public Attributes#
bool
Enable/Disable compare channel 0.
bool
Enable/Disable compare channel 1.
bool
Enable/Disable capture channel 0.
Pointer to compare channel 0 config.
Pointer to compare channel 1 config.
Pointer to capture channel 0 config.
Public Attribute Documentation#
compare_channel0_enable#
bool sl_hal_sysrtc_group_config_t::compare_channel0_enable
Enable/Disable compare channel 0.
compare_channel1_enable#
bool sl_hal_sysrtc_group_config_t::compare_channel1_enable
Enable/Disable compare channel 1.
capture_channel0_enable#
bool sl_hal_sysrtc_group_config_t::capture_channel0_enable
Enable/Disable capture channel 0.
p_compare_channel0_config#
sl_hal_sysrtc_group_channel_compare_config_t const* sl_hal_sysrtc_group_config_t::p_compare_channel0_config
Pointer to compare channel 0 config.
p_compare_channel1_config#
sl_hal_sysrtc_group_channel_compare_config_t const* sl_hal_sysrtc_group_config_t::p_compare_channel1_config
Pointer to compare channel 1 config.
p_capture_channel0_config#
sl_hal_sysrtc_group_channel_capture_config_t const* sl_hal_sysrtc_group_config_t::p_capture_channel0_config
Pointer to capture channel 0 config.