|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Describes the parameters for the CPU_RESET_VECTOR_SET command. More...
#include <zephyr/drivers/firmware/scmi/nxp/cpu.h>
Data Fields | |
| uint32_t | cpu_id |
| ID of the CPU to configure. | |
| uint32_t | flags |
| Vector flags (see SCMI_NXP_CPU_VEC_FLAGS_*). | |
| uint32_t | vector_low |
| Lower 32 bits of the reset vector address. | |
| uint32_t | vector_high |
| Upper 32 bits of the reset vector address. | |
Describes the parameters for the CPU_RESET_VECTOR_SET command.
| uint32_t scmi_nxp_cpu_vector_config::cpu_id |
ID of the CPU to configure.
| uint32_t scmi_nxp_cpu_vector_config::flags |
Vector flags (see SCMI_NXP_CPU_VEC_FLAGS_*).
| uint32_t scmi_nxp_cpu_vector_config::vector_high |
Upper 32 bits of the reset vector address.
| uint32_t scmi_nxp_cpu_vector_config::vector_low |
Lower 32 bits of the reset vector address.