Function a121_sys::acc_config_subsweep_enable_loopback_get

source ยท
pub unsafe extern "C" fn acc_config_subsweep_enable_loopback_get(
    config: *const acc_config_t,
    index: u8
) -> bool
Expand description

@brief Get the enable loopback configuration

See @ref acc_config_enable_loopback_get

@param[in] config The configuration @param[in] index The subsweep index @return true if loopback is enabled, false otherwise