Information about the uLisp SAMD sleep function


#1

Hi,

In the latest ulisp for samd there’s a line in the sleep function :

SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;

Where can I find this reference ? I searched all files in the arduino folders , but was not able to locate it.

Thanks
Ronny Suy


#2

The uLisp SAMD sleep function is based on:

Adafruit_ASFcore power.h

and:

Adafruit_SleepyDog WatchdogSAMD.cpp

Hope that helps.
David