?? headset_pio.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004
FILE NAME
headset_pio.c
DESCRIPTION
Part of the ledmanager Module responsible for managing the PIO outputs excluding LEDs
*/
#ifndef HEADSET_PIO_H
#define HEADSET_PIO_H
#include "headset_ledmanager.h"
/****************************************************************************
NAME
LEDManagerSetPowerOff
DESCRIPTION
Shutsdown the headset - included as part of the LED Manager because it
belongs with the other PIO's
RETURNS
void
*/
void PioSetPowerPin ( hsTaskData * pApp , PowerPin_t pEnable ) ;
void PioSetLedPin ( LedTaskData * pLedTask , uint16 pPIO , bool pOnOrOff ) ;
void PioSetPin ( uint16 pPIO , bool pOnOrOff ) ;
bool PioGetLedPin ( LedTaskData * pLedTask , uint16 pPIO ) ;
bool PioGetPin ( uint16 pPIO );
void PioSetPinAsOutput ( uint16 pPIO ) ;
/****************************************************************************
NAME
PioSetInternalLDO
DESCRIPTION
Fn to set the internal LDO pin
RETURNS
void
*/
void PioSetInternalLDO ( bool pEnable) ;
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -