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
| Param | Description |
|---|---|
| enable | Enables the monitor mode if true, disables it otherwise. |
| bbc | Bus 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.
