Ghennadi Procopciuc | ada3410 | 2024-09-12 09:20:08 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: BSD-3-Clause |
2 | /* | ||||
3 | * Copyright 2020-2021, 2023-2024 NXP | ||||
4 | */ | ||||
5 | #ifndef S32CC_MC_RGM_H | ||||
6 | #define S32CC_MC_RGM_H | ||||
7 | |||||
8 | #include <stdint.h> | ||||
9 | |||||
10 | void mc_rgm_periph_reset(uintptr_t rgm, uint32_t part, uint32_t value); | ||||
11 | |||||
12 | #endif /* MC_RGM_H */ |