Lines Matching full:sdk
1 # Leveraging MCUXpresso SDK Power Manager for MCU class of devices
6 3. [SDK Power Manager](#sdkpm)
18 …SDK is a software framework available for bare-metal code and FreeRTOS applications, aiming at fac…
27 - SDK – Software Development Kit.
32 ## 3. SDK Power Manager <a id="sdkpm"></a>
38 Features of the SDK Power Manager are:
40 - SDK Power Manager turns all resources OFF by default, except the ones required by the user.
44 …traints or timing do not match the constraints of the low-power state, the SDK Power Manager will …
45 …e possible resources satisfying the low-power states will be turned off by the SDK Power Manager.
46 …- The user is only required to specify the resource constraints. The SDK Power Manager will find t…
54 The SDK power manager is composed of two parts.
64 . This example demonstrates low-power transition by leveraging the SDK Power Manager. In t…
145 And then the user defines the GPIO parameter using the MCUXpresso SDK driver APIs:
193 The user can enable the SDK Power Manager framework and enter the low-power mode.
239 … function as many time as required to fully remove the constraint from the SDK Power Manager. This…