You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to interact with the MSP430's various low power modes?
In C this is done through compiler intrinsics like __bis_SR_register() and __bic_SR_register_on_exit().