pub const OT_PLAT_MCU_POWER_STATE_ON: otPlatMcuPowerState = 0;
Expand description
NCP’s MCU stays on and active all the time.
When the NCP’s desired power state is set to ON
, host can send messages to NCP without requiring any “poke” or
external triggers.
@note The ON
power state only determines the MCU’s power mode and is not related to radio’s state.