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

Describes the parameters for the CPU_INFO_GET command. More...

#include <zephyr/drivers/firmware/scmi/nxp/cpu.h>

Data Fields

uint32_t run_mode
 Current run mode of the CPU.
uint32_t sleep_mode
 Current sleep mode of the CPU.
uint32_t vector_low
 Lower 32 bits of the CPU reset vector address.
uint32_t vector_high
 Upper 32 bits of the CPU reset vector address.

Detailed Description

Describes the parameters for the CPU_INFO_GET command.

Field Documentation

◆ run_mode

uint32_t scmi_nxp_cpu_info::run_mode

Current run mode of the CPU.

◆ sleep_mode

uint32_t scmi_nxp_cpu_info::sleep_mode

Current sleep mode of the CPU.

◆ vector_high

uint32_t scmi_nxp_cpu_info::vector_high

Upper 32 bits of the CPU reset vector address.

◆ vector_low

uint32_t scmi_nxp_cpu_info::vector_low

Lower 32 bits of the CPU reset vector address.


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