Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
scmi_nxp_cpu_vector_config Struct Reference

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.

Detailed Description

Describes the parameters for the CPU_RESET_VECTOR_SET command.

Field Documentation

◆ cpu_id

uint32_t scmi_nxp_cpu_vector_config::cpu_id

ID of the CPU to configure.

◆ flags

uint32_t scmi_nxp_cpu_vector_config::flags

Vector flags (see SCMI_NXP_CPU_VEC_FLAGS_*).

◆ vector_high

uint32_t scmi_nxp_cpu_vector_config::vector_high

Upper 32 bits of the reset vector address.

◆ vector_low

uint32_t scmi_nxp_cpu_vector_config::vector_low

Lower 32 bits of the reset vector address.


The documentation for this struct was generated from the following file:
  • zephyr/drivers/firmware/scmi/nxp/cpu.h