pub unsafe extern "C" fn acc_config_enable_tx_set(
    config: *mut acc_config_t,
    enable: bool
)
Expand description

@brief Enable or disable the transmitter

If set to true, TX is enabled. This will enable the radio transmitter. By turning the transmitter off the RX noise floor can be measured.

@param[in] config The configuration @param[in] enable true to enable the transmitter, false to disable it