Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d278473d41b06227ae9d1be19027dd66acba56a8
/
.
/
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
);