Function system_ahb_clock_clear_mask()

Clear bits in the clock mask for the AHB bus.

void system_ahb_clock_clear_mask(
		const uint32_t ahb_mask)

This function will clear bits in the clock mask for the AHB bus. Any bits set to 1 will disable that clock, zero bits in the mask will be ignored.

Table 1. Parameters
Data direction Parameter name Description

[in]

ahb_mask

AHB clock mask to disable