/* * Copyright (c) 2013 - 2014, Freescale Semiconductor, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, this list * of conditions and the following disclaimer. * * o Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. * * o Neither the name of Freescale Semiconductor, Inc. nor the names of its * contributors may be used to endorse or promote products derived from this * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #if !defined(__FSL_CLOCK_K22F51212_H__) #define __FSL_CLOCK_K22F51212__H__ /*! @addtogroup clock_manager*/ /*! @{*/ /*! @file*/ /******************************************************************************* * Definitions ******************************************************************************/ /******************************************************************************* * API ******************************************************************************/ #if defined(__cplusplus) extern "C" { #endif /* __cplusplus*/ /*! * @brief Gets the clock frequency for DMA module. * * This function gets the clock frequence for DMA moudle. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetDmaFreq(uint32_t instance); /*! * @brief Gets the clock frequency for DMAMUX module. * * This function gets the clock frequence for DMAMUX moudle. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetDmamuxFreq(uint32_t instance); /*! * @brief Gets the clock frequency for PORT module. * * This function gets the clock frequence for PORT moudle. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetPortFreq(uint32_t instance); /*! * @brief Gets the clock frequency for EWM module. * * This function gets the clock frequence for EWM moudle. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetEwmFreq(uint32_t instance); /*! * @brief Gets the clock frequency for FLEXBUS module. * * This function gets the clock frequence for FLEXBUS moudle. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetFlexbusFreq(uint32_t instance); /*! * @brief Gets the clock frequency for FTF module. (Flash Memory) * * This function gets the clock frequence for FTF module. (Flash Memory) * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetFtfFreq(uint32_t instance); /*! * @brief Gets the clock frequency for CRC module. * * This function gets the clock frequence for CRC module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetCrcFreq(uint32_t instance); /*! * @brief Gets the clock frequency for RNGA module. * * This function gets the clock frequence for RNGA module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetRngaFreq(uint32_t instance); /*! * @brief Gets the clock frequency for ADC module. * * This function gets the clock frequence for ADC module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetAdcFreq(uint32_t instance); /*! * @brief Gets the clock frequency for CMP module. * * This function gets the clock frequence for CMP module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetCmpFreq(uint32_t instance); /*! * @brief Gets the clock frequency for VREF module. * * This function gets the clock frequence for VREF module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetVrefFreq(uint32_t instance); /*! * @brief Gets the clock frequency for PDB module. * * This function gets the clock frequence for PDB module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetPdbFreq(uint32_t instance); /*! * @brief Gets the clock frequency for FTM module. (FlexTimer) * * This function gets the clock frequence for FTM module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetFtmFreq(uint32_t instance); /*! * @brief Gets the clock frequency for PIT module. * * This function gets the clock frequence for PIT module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetPitFreq(uint32_t instance); /*! * @brief Gets the clock frequency for USB FS OTG module * * This function gets the clock frequence for USB FS OTG module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetUsbFreq(uint32_t instance); /*! * @brief Gets the clock frequency for SPI module * * This function gets the clock frequence for SPI module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetSpiFreq(uint32_t instance); /*! * @brief Gets the clock frequency for I2C module * * This function gets the clock frequence for I2C module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetI2cFreq(uint32_t instance); /*! * @brief Gets the clock frequency for UART module * * This function gets the clock frequence for UART module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetUartFreq(uint32_t instance); /*! * @brief Gets the clock frequency for LPUART module * * This function gets the clock frequence for LPUART module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetLpuartFreq(uint32_t instance); /*! * @brief Gets the clock frequency for I2S module. * * This function gets the clock frequence for I2S module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetSaiFreq(uint32_t instance); /*! * @brief Gets the clock frequency for GPIO module * * This function gets the clock frequence for GPIO module. * @param instance module device instance * @return freq clock frequence for this module */ uint32_t CLOCK_SYS_GetGpioFreq(uint32_t instance); /*! * @brief Enable the clock for DMA module. * * This function enables the clock for DMA moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableDmaClock(uint32_t instance) { SIM_HAL_EnableDmaClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for DMA module. * * This function disables the clock for DMA moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableDmaClock(uint32_t instance) { SIM_HAL_DisableDmaClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for DMA module. * * This function will get the clock gate state for DMA moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetDmaGateCmd(uint32_t instance) { return SIM_HAL_GetDmaGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for DMAMUX module. * * This function enables the clock for DMAMUX moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableDmamuxClock(uint32_t instance) { SIM_HAL_EnableDmamuxClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for DMAMUX module. * * This function disables the clock for DMAMUX moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableDmamuxClock(uint32_t instance) { SIM_HAL_DisableDmamuxClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for DMAMUX module. * * This function will get the clock gate state for DMAMUX moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetDmamuxGateCmd(uint32_t instance) { return SIM_HAL_GetDmamuxGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for PORT module. * * This function enables the clock for PORT moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnablePortClock(uint32_t instance) { SIM_HAL_EnablePortClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for PORT module. * * This function disables the clock for PORT moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisablePortClock(uint32_t instance) { SIM_HAL_DisablePortClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for PORT module. * * This function will get the clock gate state for PORT moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetPortGateCmd(uint32_t instance) { return SIM_HAL_GetPortGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for EWM module. * * This function enables the clock for EWM moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableEwmClock(uint32_t instance) { SIM_HAL_EnableEwmClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for EWM module. * * This function disables the clock for EWM moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableEwmClock(uint32_t instance) { SIM_HAL_DisableEwmClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for EWM module. * * This function will get the clock gate state for EWM moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetEwmGateCmd(uint32_t instance) { return SIM_HAL_GetEwmGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for FLEXBUS module. * * This function enables the clock for FLEXBUS moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableFlexbusClock(uint32_t instance) { SIM_HAL_EnableFlexbusClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for FLEXBUS module. * * This function disables the clock for FLEXBUS moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableFlexbusClock(uint32_t instance) { SIM_HAL_DisableFlexbusClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for FLEXBUS module. * * This function will get the clock gate state for FLEXBUS moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetFlexbusGateCmd(uint32_t instance) { return SIM_HAL_GetFlexbusGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for FTF module. * * This function enables the clock for FTF moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableFtfClock(uint32_t instance) { SIM_HAL_EnableFtfClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for FTF module. * * This function disables the clock for FTF moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableFtfClock(uint32_t instance) { SIM_HAL_DisableFtfClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for FTF module. * * This function will get the clock gate state for FTF moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetFtfGateCmd(uint32_t instance) { return SIM_HAL_GetFtfGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for CRC module. * * This function enables the clock for CRC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableCrcClock(uint32_t instance) { SIM_HAL_EnableCrcClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for CRC module. * * This function disables the clock for CRC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableCrcClock(uint32_t instance) { SIM_HAL_DisableCrcClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for CRC module. * * This function will get the clock gate state for CRC moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetCrcGateCmd(uint32_t instance) { return SIM_HAL_GetCrcGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for RNGA module. * * This function enables the clock for RNGA moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableRngaClock(uint32_t instance) { SIM_HAL_EnableRngaClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for RNGA module. * * This function disables the clock for RNGA moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableRngaClock(uint32_t instance) { SIM_HAL_DisableRngaClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for RNGA module. * * This function will get the clock gate state for RNGA moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetRngaGateCmd(uint32_t instance) { return SIM_HAL_GetRngaGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for ADC module. * * This function enables the clock for ADC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableAdcClock(uint32_t instance) { SIM_HAL_EnableAdcClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for ADC module. * * This function disables the clock for ADC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableAdcClock(uint32_t instance) { SIM_HAL_DisableAdcClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for ADC module. * * This function will get the clock gate state for ADC moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetAdcGateCmd(uint32_t instance) { return SIM_HAL_GetAdcGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for CMP module. * * This function enables the clock for CMP moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableCmpClock(uint32_t instance) { SIM_HAL_EnableCmpClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for CMP module. * * This function disables the clock for CMP moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableCmpClock(uint32_t instance) { SIM_HAL_DisableCmpClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for CMP module. * * This function will get the clock gate state for CMP moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetCmpGateCmd(uint32_t instance) { return SIM_HAL_GetCmpGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for DAC module. * * This function enables the clock for DAC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableDacClock(uint32_t instance) { SIM_HAL_EnableDacClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for DAC module. * * This function disables the clock for DAC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableDacClock(uint32_t instance) { SIM_HAL_DisableDacClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for DAC module. * * This function will get the clock gate state for DAC moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetDacGateCmd(uint32_t instance) { return SIM_HAL_GetDacGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for VREF module. * * This function enables the clock for VREF moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableVrefClock(uint32_t instance) { SIM_HAL_EnableVrefClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for VREF module. * * This function disables the clock for VREF moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableVrefClock(uint32_t instance) { SIM_HAL_DisableVrefClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for VREF module. * * This function will get the clock gate state for VREF moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetVrefGateCmd(uint32_t instance) { return SIM_HAL_GetVrefGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for SAI module. * * This function enables the clock for SAI moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableSaiClock(uint32_t instance) { SIM_HAL_EnableSaiClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for SAI module. * * This function disables the clock for SAI moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableSaiClock(uint32_t instance) { SIM_HAL_DisableSaiClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for SAI module. * * This function will get the clock gate state for SAI moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetSaiGateCmd(uint32_t instance) { return SIM_HAL_GetSaiGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for PDB module. * * This function enables the clock for PDB moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnablePdbClock(uint32_t instance) { SIM_HAL_EnablePdbClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for PDB module. * * This function disables the clock for PDB moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisablePdbClock(uint32_t instance) { SIM_HAL_DisablePdbClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for PDB module. * * This function will get the clock gate state for PDB moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetPdbGateCmd(uint32_t instance) { return SIM_HAL_GetPdbGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for FTM module. * * This function enables the clock for FTM moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableFtmClock(uint32_t instance) { SIM_HAL_EnableFtmClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for FTM module. * * This function disables the clock for FTM moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableFtmClock(uint32_t instance) { SIM_HAL_DisableFtmClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for FTM module. * * This function will get the clock gate state for FTM moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetFtmGateCmd(uint32_t instance) { return SIM_HAL_GetFtmGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for PIT module. * * This function enables the clock for PIT moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnablePitClock(uint32_t instance) { SIM_HAL_EnablePitClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for PIT module. * * This function disables the clock for PIT moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisablePitClock(uint32_t instance) { SIM_HAL_DisablePitClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for PIT module. * * This function will get the clock gate state for PIT moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetPitGateCmd(uint32_t instance) { return SIM_HAL_GetPitGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for LPTIMER module. * * This function enables the clock for LPTIMER moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableLptimerClock(uint32_t instance) { SIM_HAL_EnableLptimerClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for LPTIMER module. * * This function disables the clock for LPTIMER moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableLptimerClock(uint32_t instance) { SIM_HAL_DisableLptimerClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for LPTIMER module. * * This function will get the clock gate state for LPTIMER moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetLptimerGateCmd(uint32_t instance) { return SIM_HAL_GetLptimerGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for RTC module. * * This function enables the clock for RTC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableRtcClock(uint32_t instance) { SIM_HAL_EnableRtcClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for RTC module. * * This function disables the clock for RTC moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableRtcClock(uint32_t instance) { SIM_HAL_DisableRtcClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for RTC module. * * This function will get the clock gate state for RTC moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetRtcGateCmd(uint32_t instance) { return SIM_HAL_GetRtcGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for USBFS module. * * This function enables the clock for USBFS moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableUsbClock(uint32_t instance) { SIM_HAL_EnableUsbClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for USBFS module. * * This function disables the clock for USBFS moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableUsbClock(uint32_t instance) { SIM_HAL_DisableUsbClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for USB module. * * This function will get the clock gate state for USB moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetUsbGateCmd(uint32_t instance) { return SIM_HAL_GetUsbGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for SPI module. * * This function enables the clock for SPI moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableSpiClock(uint32_t instance) { SIM_HAL_EnableSpiClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for SPI module. * * This function disables the clock for SPI moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableSpiClock(uint32_t instance) { SIM_HAL_DisableSpiClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for SPI module. * * This function will get the clock gate state for SPI moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetSpiGateCmd(uint32_t instance) { return SIM_HAL_GetSpiGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for I2C module. * * This function enables the clock for I2C moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableI2cClock(uint32_t instance) { SIM_HAL_EnableI2cClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for I2C module. * * This function disables the clock for I2C moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableI2cClock(uint32_t instance) { SIM_HAL_DisableI2cClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for I2C module. * * This function will get the clock gate state for I2C moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetI2cGateCmd(uint32_t instance) { return SIM_HAL_GetI2cGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for UART module. * * This function enables the clock for UART moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableUartClock(uint32_t instance) { SIM_HAL_EnableUartClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for UART module. * * This function disables the clock for UART moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableUartClock(uint32_t instance) { SIM_HAL_DisableUartClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for UART module. * * This function will get the clock gate state for UART moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetUartGateCmd(uint32_t instance) { return SIM_HAL_GetUartGateCmd(g_simBaseAddr[0], instance); } /*! * @brief Enable the clock for LPUART module. * * This function enables the clock for LPUART moudle. * @param instance module device instance */ static inline void CLOCK_SYS_EnableLpuartClock(uint32_t instance) { SIM_HAL_EnableLpuartClock(g_simBaseAddr[0], instance); } /*! * @brief Disable the clock for LPUART module. * * This function disables the clock for LPUART moudle. * @param instance module device instance */ static inline void CLOCK_SYS_DisableLpuartClock(uint32_t instance) { SIM_HAL_DisableLpuartClock(g_simBaseAddr[0], instance); } /*! * @brief Get the the clock gate state for LPUART module. * * This function will get the clock gate state for LPUART moudle. * @param instance module device instance * @return state true - ungated(Enabled), false - gated (Disabled) */ static inline bool CLOCK_SYS_GetLpuartGateCmd(uint32_t instance) { return SIM_HAL_GetLpuartGateCmd(g_simBaseAddr[0], instance); } #if defined(__cplusplus) } #endif /* __cplusplus*/ /*! @}*/ #endif /* __FSL_CLOCK_K22F51212_H__ */ /******************************************************************************* * EOF ******************************************************************************/