Function system_ahb_clock_set_mask()

Set bits in the clock mask for the AHB bus.

void system_ahb_clock_set_mask(
		const uint32_t ahb_mask)

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

Table 1. Parameters
Data direction Parameter name Description

[in]

ahb_mask

AHB clock mask to enable