Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of target-mcu-k64f by
fsl_clock_K64F12.h File Reference
Go to the source code of this file.
Functions | |
uint32_t | CLOCK_SYS_GetDmaFreq (uint32_t instance) |
Gets the clock frequency for DMA module. | |
uint32_t | CLOCK_SYS_GetDmamuxFreq (uint32_t instance) |
Gets the clock frequency for DMAMUX module. | |
uint32_t | CLOCK_SYS_GetPortFreq (uint32_t instance) |
Gets the clock frequency for PORT module. | |
uint32_t | CLOCK_SYS_GetMpuFreq (uint32_t instance) |
Gets the clock frequency for MPU module. | |
uint32_t | CLOCK_SYS_GetEwmFreq (uint32_t instance) |
Gets the clock frequency for EWM module. | |
uint32_t | CLOCK_SYS_GetFlexbusFreq (uint32_t instance) |
Gets the clock frequency for FLEXBUS module. | |
uint32_t | CLOCK_SYS_GetFtfFreq (uint32_t instance) |
Gets the clock frequency for FTF module. (Flash Memory) | |
uint32_t | CLOCK_SYS_GetCrcFreq (uint32_t instance) |
Gets the clock frequency for CRC module. | |
uint32_t | CLOCK_SYS_GetRngaFreq (uint32_t instance) |
Gets the clock frequency for RNGA module. | |
uint32_t | CLOCK_SYS_GetAdcFreq (uint32_t instance) |
Gets the clock frequency for ADC module. | |
uint32_t | CLOCK_SYS_GetCmpFreq (uint32_t instance) |
Gets the clock frequency for CMP module. | |
uint32_t | CLOCK_SYS_GetVrefFreq (uint32_t instance) |
Gets the clock frequency for VREF module. | |
uint32_t | CLOCK_SYS_GetPdbFreq (uint32_t instance) |
Gets the clock frequency for PDB module. | |
uint32_t | CLOCK_SYS_GetFtmFreq (uint32_t instance) |
Gets the clock frequency for FTM module. (FlexTimer) | |
uint32_t | CLOCK_SYS_GetPitFreq (uint32_t instance) |
Gets the clock frequency for PIT module. | |
uint32_t | CLOCK_SYS_GetCmtFreq (uint32_t instance) |
Gets the clock frequency for CMT module. | |
uint32_t | CLOCK_SYS_GetEnetRmiiFreq (uint32_t instance) |
Gets the clock frequency for ENET module RMII clock. | |
uint32_t | CLOCK_SYS_GetEnetTimeStampFreq (uint32_t instance) |
Gets the clock frequency for ENET module TIME clock. | |
uint32_t | CLOCK_SYS_GetUsbFreq (uint32_t instance) |
Gets the clock frequency for USB FS OTG module. | |
uint32_t | CLOCK_SYS_GetUsbdcdFreq (uint32_t instance) |
Gets the clock frequency for USB DCD module. | |
uint32_t | CLOCK_SYS_GetSpiFreq (uint32_t instance) |
Gets the clock frequency for SPI module. | |
uint32_t | CLOCK_SYS_GetI2cFreq (uint32_t instance) |
Gets the clock frequency for I2C module. | |
uint32_t | CLOCK_SYS_GetUartFreq (uint32_t instance) |
Gets the clock frequency for UART module. | |
uint32_t | CLOCK_SYS_GetSdhcFreq (uint32_t instance) |
Gets the clock frequency for SDHC module. | |
uint32_t | CLOCK_SYS_GetSaiFreq (uint32_t instance) |
Gets the clock frequency for I2S module. | |
uint32_t | CLOCK_SYS_GetGpioFreq (uint32_t instance) |
Gets the clock frequency for GPIO module. | |
static void | CLOCK_SYS_EnableDmaClock (uint32_t instance) |
Enable the clock for DMA module. | |
static void | CLOCK_SYS_DisableDmaClock (uint32_t instance) |
Disable the clock for DMA module. | |
static bool | CLOCK_SYS_GetDmaGateCmd (uint32_t instance) |
Get the the clock gate state for DMA module. | |
static void | CLOCK_SYS_EnableDmamuxClock (uint32_t instance) |
Enable the clock for DMAMUX module. | |
static void | CLOCK_SYS_DisableDmamuxClock (uint32_t instance) |
Disable the clock for DMAMUX module. | |
static bool | CLOCK_SYS_GetDmamuxGateCmd (uint32_t instance) |
Get the the clock gate state for DMAMUX module. | |
static void | CLOCK_SYS_EnablePortClock (uint32_t instance) |
Enable the clock for PORT module. | |
static void | CLOCK_SYS_DisablePortClock (uint32_t instance) |
Disable the clock for PORT module. | |
static bool | CLOCK_SYS_GetPortGateCmd (uint32_t instance) |
Get the the clock gate state for PORT module. | |
static void | CLOCK_SYS_EnableMpuClock (uint32_t instance) |
Enable the clock for MPU module. | |
static void | CLOCK_SYS_DisableMpuClock (uint32_t instance) |
Disable the clock for MPU module. | |
static bool | CLOCK_SYS_GetMpuGateCmd (uint32_t instance) |
Get the the clock gate state for MPU module. | |
static void | CLOCK_SYS_EnableEwmClock (uint32_t instance) |
Enable the clock for EWM module. | |
static void | CLOCK_SYS_DisableEwmClock (uint32_t instance) |
Disable the clock for EWM module. | |
static bool | CLOCK_SYS_GetEwmGateCmd (uint32_t instance) |
Get the the clock gate state for EWM module. | |
static void | CLOCK_SYS_EnableFlexbusClock (uint32_t instance) |
Enable the clock for FLEXBUS module. | |
static void | CLOCK_SYS_DisableFlexbusClock (uint32_t instance) |
Disable the clock for FLEXBUS module. | |
static bool | CLOCK_SYS_GetFlexbusGateCmd (uint32_t instance) |
Get the the clock gate state for FLEXBUS module. | |
static void | CLOCK_SYS_EnableFtfClock (uint32_t instance) |
Enable the clock for FTF module. | |
static void | CLOCK_SYS_DisableFtfClock (uint32_t instance) |
Disable the clock for FTF module. | |
static bool | CLOCK_SYS_GetFtfGateCmd (uint32_t instance) |
Get the the clock gate state for FTF module. | |
static void | CLOCK_SYS_EnableCrcClock (uint32_t instance) |
Enable the clock for CRC module. | |
static void | CLOCK_SYS_DisableCrcClock (uint32_t instance) |
Disable the clock for CRC module. | |
static bool | CLOCK_SYS_GetCrcGateCmd (uint32_t instance) |
Get the the clock gate state for CRC module. | |
static void | CLOCK_SYS_EnableRngaClock (uint32_t instance) |
Enable the clock for RNGA module. | |
static void | CLOCK_SYS_DisableRngaClock (uint32_t instance) |
Disable the clock for RNGA module. | |
static bool | CLOCK_SYS_GetRngaGateCmd (uint32_t instance) |
Get the the clock gate state for RNGA module. | |
static void | CLOCK_SYS_EnableAdcClock (uint32_t instance) |
Enable the clock for ADC module. | |
static void | CLOCK_SYS_DisableAdcClock (uint32_t instance) |
Disable the clock for ADC module. | |
static bool | CLOCK_SYS_GetAdcGateCmd (uint32_t instance) |
Get the the clock gate state for ADC module. | |
static void | CLOCK_SYS_EnableCmpClock (uint32_t instance) |
Enable the clock for CMP module. | |
static void | CLOCK_SYS_DisableCmpClock (uint32_t instance) |
Disable the clock for CMP module. | |
static bool | CLOCK_SYS_GetCmpGateCmd (uint32_t instance) |
Get the the clock gate state for CMP module. | |
static void | CLOCK_SYS_EnableDacClock (uint32_t instance) |
Enable the clock for DAC module. | |
static void | CLOCK_SYS_DisableDacClock (uint32_t instance) |
Disable the clock for DAC module. | |
static bool | CLOCK_SYS_GetDacGateCmd (uint32_t instance) |
Get the the clock gate state for DAC module. | |
static void | CLOCK_SYS_EnableVrefClock (uint32_t instance) |
Enable the clock for VREF module. | |
static void | CLOCK_SYS_DisableVrefClock (uint32_t instance) |
Disable the clock for VREF module. | |
static bool | CLOCK_SYS_GetVrefGateCmd (uint32_t instance) |
Get the the clock gate state for VREF module. | |
static void | CLOCK_SYS_EnableSaiClock (uint32_t instance) |
Enable the clock for SAI module. | |
static void | CLOCK_SYS_DisableSaiClock (uint32_t instance) |
Disable the clock for SAI module. | |
static bool | CLOCK_SYS_GetSaiGateCmd (uint32_t instance) |
Get the the clock gate state for SAI module. | |
static void | CLOCK_SYS_EnablePdbClock (uint32_t instance) |
Enable the clock for PDB module. | |
static void | CLOCK_SYS_DisablePdbClock (uint32_t instance) |
Disable the clock for PDB module. | |
static bool | CLOCK_SYS_GetPdbGateCmd (uint32_t instance) |
Get the the clock gate state for PDB module. | |
static void | CLOCK_SYS_EnableFtmClock (uint32_t instance) |
Enable the clock for FTM module. | |
static void | CLOCK_SYS_DisableFtmClock (uint32_t instance) |
Disable the clock for FTM module. | |
static bool | CLOCK_SYS_GetFtmGateCmd (uint32_t instance) |
Get the the clock gate state for FTM module. | |
static void | CLOCK_SYS_EnablePitClock (uint32_t instance) |
Enable the clock for PIT module. | |
static void | CLOCK_SYS_DisablePitClock (uint32_t instance) |
Disable the clock for PIT module. | |
static bool | CLOCK_SYS_GetPitGateCmd (uint32_t instance) |
Get the the clock gate state for PIT module. | |
static void | CLOCK_SYS_EnableLptimerClock (uint32_t instance) |
Enable the clock for LPTIMER module. | |
static void | CLOCK_SYS_DisableLptimerClock (uint32_t instance) |
Disable the clock for LPTIMER module. | |
static bool | CLOCK_SYS_GetLptimerGateCmd (uint32_t instance) |
Get the the clock gate state for LPTIMER module. | |
static void | CLOCK_SYS_EnableCmtClock (uint32_t instance) |
Enable the clock for CMT module. | |
static void | CLOCK_SYS_DisableCmtClock (uint32_t instance) |
Disable the clock for CMT module. | |
static bool | CLOCK_SYS_GetCmtGateCmd (uint32_t instance) |
Get the the clock gate state for CMT module. | |
static void | CLOCK_SYS_EnableRtcClock (uint32_t instance) |
Enable the clock for RTC module. | |
static void | CLOCK_SYS_DisableRtcClock (uint32_t instance) |
Disable the clock for RTC module. | |
static bool | CLOCK_SYS_GetRtcGateCmd (uint32_t instance) |
Get the the clock gate state for RTC module. | |
static void | CLOCK_SYS_EnableEnetClock (uint32_t instance) |
Enable the clock for ENET module. | |
static void | CLOCK_SYS_DisableEnetClock (uint32_t instance) |
Disable the clock for ENET module. | |
static bool | CLOCK_SYS_GetEnetGateCmd (uint32_t instance) |
Get the the clock gate state for ENET module. | |
static void | CLOCK_SYS_EnableUsbClock (uint32_t instance) |
Enable the clock for USBFS module. | |
static void | CLOCK_SYS_DisableUsbClock (uint32_t instance) |
Disable the clock for USBFS module. | |
static bool | CLOCK_SYS_GetUsbGateCmd (uint32_t instance) |
Get the the clock gate state for USB module. | |
static void | CLOCK_SYS_EnableUsbdcdClock (uint32_t instance) |
Enable the clock for USBDCD module. | |
static void | CLOCK_SYS_DisableUsbdcdClock (uint32_t instance) |
Disable the clock for USBDCD module. | |
static bool | CLOCK_SYS_GetUsbdcdGateCmd (uint32_t instance) |
Get the the clock gate state for USBDCD module. | |
static void | CLOCK_SYS_EnableFlexcanClock (uint32_t instance) |
Enable the clock for FLEXCAN module. | |
static void | CLOCK_SYS_DisableFlexcanClock (uint32_t instance) |
Disable the clock for FLEXCAN module. | |
static bool | CLOCK_SYS_GetFlexcanGateCmd (uint32_t instance) |
Get the the clock gate state for FLEXCAN module. | |
static void | CLOCK_SYS_EnableSpiClock (uint32_t instance) |
Enable the clock for SPI module. | |
static void | CLOCK_SYS_DisableSpiClock (uint32_t instance) |
Disable the clock for SPI module. | |
static bool | CLOCK_SYS_GetSpiGateCmd (uint32_t instance) |
Get the the clock gate state for SPI module. | |
static void | CLOCK_SYS_EnableI2cClock (uint32_t instance) |
Enable the clock for I2C module. | |
static void | CLOCK_SYS_DisableI2cClock (uint32_t instance) |
Disable the clock for I2C module. | |
static bool | CLOCK_SYS_GetI2cGateCmd (uint32_t instance) |
Get the the clock gate state for I2C module. | |
static void | CLOCK_SYS_EnableUartClock (uint32_t instance) |
Enable the clock for UART module. | |
static void | CLOCK_SYS_DisableUartClock (uint32_t instance) |
Disable the clock for UART module. | |
static bool | CLOCK_SYS_GetUartGateCmd (uint32_t instance) |
Get the the clock gate state for UART module. | |
static void | CLOCK_SYS_EnableSdhcClock (uint32_t instance) |
Enable the clock for SDHC module. | |
static void | CLOCK_SYS_DisableSdhcClock (uint32_t instance) |
Disable the clock for SDHC module. | |
static bool | CLOCK_SYS_GetSdhcGateCmd (uint32_t instance) |
Get the the clock gate state for SDHC module. |
Detailed Description
Definition in file fsl_clock_K64F12.h.
Generated on Sat Aug 27 2022 17:09:00 by
