📄 application.h
字号:
/* Copyright (c) 2007 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is confidential property of Nordic Semiconductor. The use,
* copying, transfer or disclosure of such information is prohibited except by express written
* agreement with Nordic Semiconductor.
*
* $LastChangedRevision: 1769 $
*/
/** @file
* The nRF24LU1 example application.
*
* @author Runar Kjellhaug
*/
/** This function is called if the application is entering the PTX mode.
* This is an endless loop, TX mode (PTX) function.
*/
void device_ptx_mode(void);
/** This function is called if the application is entering the PRX mode.
* This is an endless loop, RX mode (PRX) function.
*/
void device_prx_mode(void);
/** This is the power down function. This function is called if the application receives a "pwr_dwn" message
* via the radio. It indicates that it enters pwr_dwn with two "device_boot_mess" led flashes. If radio wakeup is enabled,
* the CPU is just entering pwr_dwn, without doing anything with the radio. If radio wakeup is disabled, the radio is "shut"
* down before entering pwr_dwn. Shut down means that the radio clock are disabled and the radio's pwr_bit is set to "HAL_NRF_PWR_DOWN".
*/
void pwr_down(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -