|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
Describes the parameters for the CPU_INFO_GET command.
| uint32_t scmi_nxp_cpu_info::run_mode |
Current run mode of the CPU.
| uint32_t scmi_nxp_cpu_info::sleep_mode |
Current sleep mode of the CPU.
| uint32_t scmi_nxp_cpu_info::vector_high |
Upper 32 bits of the CPU reset vector address.
| uint32_t scmi_nxp_cpu_info::vector_low |
Lower 32 bits of the CPU reset vector address.