Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1f0c60cd4b65a5e141c0dda4d7f6600fdeb2a284
/
.
/
drivers
/
bluetooth
/
nrf51_pm.h
blob: a3f8f333d689028a476b68c2b63df79660ec153a [
file
] [
log
] [
blame
]
/* nrf51-pm.h Power Management for nrf51 chip */
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
int
nrf51_allow_sleep
(
void
);
int
nrf51_wakeup
(
void
);
int
nrf51_init
(
struct
device
*
dev
);