MSS_CFM_control_start

Function MSS_CFM_control_start 

Source
pub unsafe extern "C" fn MSS_CFM_control_start() -> u8
Expand description

The MSS_CFM_control_start() function causes the measurement circuitry to start. This state of ‘busy’ will clear which measurement is complete.

@param None

@return Busy state

Example: The following call will start the CFM @code MSS_CFM_control_start( ); @endcode