3.1.4.8 ICM_SetMonitorMode Function

C

void ICM_SetMonitorMode ( bool enable , uint8_t bbc);

Summary

Configures ICM peripheral to enable the Monitor mode.

Description

This function sets the configuration parameters needed to enable the Monitor mode of the ICM peripheral.

Precondition

None.

Parameters

ParametersDescription
enableEnables the Monitor mode if true, disables it otherwise
bbcBus Burden Control. The number of system clock cycles between the end of the current processing and the next block transfer is set to 2BBC. Up to 32,768 cycles can be inserted (bbc = 15).

Returns

None.

Example

ICM_SetMonitorMode(true, 15);

Remarks

None.