Function rstc_deassert_reset_of_coprocessor()

Deassert the reset of the Co-processor.

void rstc_deassert_reset_of_coprocessor(
		Rstc * p_rstc,
		const uint32_t reset)

Note: This function is for SAM4C devices only.
Table 1. Parameters
Data direction Parameter name Description

[in, out]

p_rstc

Module hardware register base address pointer

[in]

reset

The reset to be deasserted as a bitmask, which could be RSTC_CPMR_CPEREN (peripheral reset) and/or RSTC_CPMR_CPROCEN (core reset).