|
| 1 | +/* |
| 2 | +* Copyright (c) 2020 - 2025 Renesas Electronics Corporation and/or its affiliates |
| 3 | +* |
| 4 | +* SPDX-License-Identifier: BSD-3-Clause |
| 5 | +*/ |
| 6 | + |
| 7 | +/*******************************************************************************************************************//** |
| 8 | + * @addtogroup SSI |
| 9 | + * @{ |
| 10 | + **********************************************************************************************************************/ |
| 11 | + |
| 12 | +#ifndef RP_SSI_H |
| 13 | +#define RP_SSI_H |
| 14 | + |
| 15 | +/*********************************************************************************************************************** |
| 16 | + * Includes |
| 17 | + **********************************************************************************************************************/ |
| 18 | +#include "r_i2s_api.h" |
| 19 | + |
| 20 | +/* Common macro for FSP header files. There is also a corresponding FSP_FOOTER macro at the end of this file. */ |
| 21 | +FSP_HEADER |
| 22 | + |
| 23 | +/*********************************************************************************************************************** |
| 24 | + * Macro definitions |
| 25 | + **********************************************************************************************************************/ |
| 26 | + |
| 27 | +/*********************************************************************************************************************** |
| 28 | + * Typedef definitions |
| 29 | + **********************************************************************************************************************/ |
| 30 | + |
| 31 | +/********************************************************************************************************************** |
| 32 | + * Exported global variables |
| 33 | + **********************************************************************************************************************/ |
| 34 | + |
| 35 | +/********************************************************************************************************************** |
| 36 | + * Function Prototypes |
| 37 | + **********************************************************************************************************************/ |
| 38 | + |
| 39 | +fsp_err_t RP_SSI_Open (i2s_ctrl_t * const p_ctrl, i2s_cfg_t const * const p_cfg); |
| 40 | +fsp_err_t RP_SSI_Close (i2s_ctrl_t * const p_ctrl); |
| 41 | +fsp_err_t RP_SSI_Reconfigure(i2s_ctrl_t * const p_ctrl, i2s_cfg_t const * const p_cfg); |
| 42 | + |
| 43 | + |
| 44 | +/* Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */ |
| 45 | +FSP_FOOTER |
| 46 | + |
| 47 | +#endif // RP_SSI_H |
| 48 | + |
| 49 | +/*******************************************************************************************************************//** |
| 50 | + * @} (end defgroup SSI) |
| 51 | + **********************************************************************************************************************/ |
0 commit comments