1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 06:12:43 +01:00

boards/same54-xpro: added FREQM peripheral configuration

This commit is contained in:
Urs Gompper 2023-11-06 09:55:10 +01:00
parent b1e31fbf61
commit 6849ef9827

View File

@ -406,6 +406,18 @@ static const sam0_common_gmac_config_t sam_gmac_config[] = {
};
/** @} */
/**
* @name FREQM peripheral configuration
* @{
*/
static const freqm_config_t freqm_config[] = {
{
.pin = GPIO_PIN(PB, 17),
.gclk_src = SAM0_GCLK_32KHZ
}
};
/** @} */
#ifdef __cplusplus
}
#endif