Beispiel #1
0
/**
* @brief  check the logic(0 or 1) at the SDN pin.
* @param  None.
* @retval FlagStatus.
*/
FlagStatus RadioCheckShutdown(void)
{
  return RadioGpioGetLevel(RADIO_GPIO_SDN);
}
/**
* @brief  check the logic(0 or 1) at the SDN pin.
* @param  None.
* @retval FlagStatus.
*/
SpiritFlagStatus SdkEvalCheckShutdown(void)
{
  return RadioGpioGetLevel(RADIO_GPIO_SDN);
}