[#ftl]
/**
  ******************************************************************************
  * @file    sgfx_cstimer.h
  * @author  MCD Application Team
  * @brief   Interface for  cstimer.c driver
  ******************************************************************************
[@common.optinclude name=mxTmpFolder+"/license.tmp"/][#--include License text --]
  ******************************************************************************
  */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __SGFX_CSTIMER_H__
#define __SGFX_CSTIMER_H__

#ifdef __cplusplus
extern "C" {
#endif

/* Includes ------------------------------------------------------------------*/
#include <stdint.h>

/* USER CODE BEGIN Includes */

/* USER CODE END Includes */

/* Exported types ------------------------------------------------------------*/

/* USER CODE BEGIN ET */

/* USER CODE END ET */

/* Exported constants --------------------------------------------------------*/

/* USER CODE BEGIN EC */

/* USER CODE END EC */

/* External variables --------------------------------------------------------*/
/* USER CODE BEGIN EV */

/* USER CODE END EV */

/* Exported macro ------------------------------------------------------------*/
/* USER CODE BEGIN EM */

/* USER CODE END EM */

/* Exported functions prototypes ---------------------------------------------*/
void OnTimerTimeoutCsEvt(void *context);

void RxCarrierSenseInitStatus(void);

int32_t RxCarrierSenseGetStatus(void);

/* USER CODE BEGIN EFP */

/* USER CODE END EFP */

#ifdef __cplusplus
}
#endif

#endif  /* __SGFX_CSTIMER_H__ */

/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
