pub unsafe extern "C" fn MSS_CFM_control_start() -> u8Expand 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