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.
Definition at line
122
of file platform/peripheral/inc/sl_hal_sysrtc.h
compare_channel1_enable#
bool sl_hal_sysrtc_group_config_t::compare_channel1_enable
Enable/Disable compare channel 1.
Definition at line
123
of file platform/peripheral/inc/sl_hal_sysrtc.h
capture_channel0_enable#
bool sl_hal_sysrtc_group_config_t::capture_channel0_enable
Enable/Disable capture channel 0.
Definition at line
124
of file platform/peripheral/inc/sl_hal_sysrtc.h
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.
Definition at line
125
of file platform/peripheral/inc/sl_hal_sysrtc.h
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.
Definition at line
126
of file platform/peripheral/inc/sl_hal_sysrtc.h
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.
Definition at line
127
of file platform/peripheral/inc/sl_hal_sysrtc.h