![]() |
MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
|
Modules | |
| RPU_Registers | |
Functions | |
| int | MXC_RPU_Allow (mxc_rpu_device_t periph, uint32_t allow_mask) |
| int | MXC_RPU_Disallow (mxc_rpu_device_t periph, uint32_t disallow_mask) |
| int | MXC_RPU_IsAllowed (void) |
| int MXC_RPU_Allow | ( | mxc_rpu_device_t | periph, |
| uint32_t | allow_mask | ||
| ) |
Enable access to peripherals restricted by the RPU This function must be called from handler (privileged) mode.
| periph | the peripheral to allow access too |
| allow_mask | which bus masters to allow to access periph |
| int MXC_RPU_Disallow | ( | mxc_rpu_device_t | periph, |
| uint32_t | disallow_mask | ||
| ) |
Disable access to peripherals restricted by the RPU This function must be called from handler (privileged) mode.
| periph | the peripheral to revoke access too |
| disallow_mask | which bus masters to disallow access to periph |
| int MXC_RPU_IsAllowed | ( | void | ) |
Check to see if this process is running in handler mode.