MCPcopy Create free account

hub / github.com/ARM-software/ML-KWS-for-MCU / functions

Functions1,261 in github.com/ARM-software/ML-KWS-for-MCU

FunctionPORT_ClearPinsInterruptFlags
! * @brief Clears the multiple pin interrupt status flag. * * @param base PORT peripheral base pointer. * @param mask PORT pin number macro.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:418
FunctionPORT_EnablePinsDigitalFilter
! * @brief Enables the digital filter in one port, each bit of the 32-bit register represents one pin. * * @param base PORT peripheral base poi
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:335
FunctionPORT_GetPinsInterruptFlags
! * @brief Reads the whole port status flag. * * If a pin is configured to generate the DMA request, the corresponding flag * is cleared auto
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:407
FunctionPORT_SetDigitalFilterConfig
! * @brief Sets the digital filter in one port, each bit of the 32-bit register represents one pin. * * @param base PORT peripheral base point
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:353
FunctionPORT_SetMultiplePinsConfig
! * @brief Sets the port PCR register for multiple pins. * * This is an example to define input pins or output pins PCR configuration. * @code
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:285
FunctionPORT_SetPinConfig
! * @brief Sets the port PCR register. * * This is an example to define an input pin or output pin PCR configuration. * @code * // Define a
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:256
FunctionPORT_SetPinInterruptConfig
! * @brief Configures the port pin interrupt/DMA request. * * @param base PORT peripheral base pointer. * @param pin PORT pin number.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:389
FunctionPORT_SetPinMux
! * @brief Configures the pin muxing. * * @param base PORT peripheral base pointer. * @param pin PORT pin number. * @param mux pin muxi
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_port.h:321
MethodPlatformMutex
Deployment/Examples/simple_test_k64f_gcc/mbed/platform/PlatformMutex.h:36
MethodPortIn
Create an PortIn, connected to the specified port * * @param port Port to connect to (Port0-Port5) * @param mask A bitmask to iden
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/PortIn.h:63
MethodPortInOut
Create an PortInOut, connected to the specified port * * @param port Port to connect to (Port0-Port5) * @param mask A bitmask to i
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/PortInOut.h:42
MethodPortOut
Create an PortOut, connected to the specified port * * @param port Port to connect to (Port0-Port5) * @param mask A bitmask to ide
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/PortOut.h:62
MethodPwmOut
Create a PwmOut connected to the specified pin * * @param pin PwmOut pin to connect to */
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/PwmOut.h:60
FunctionRCM_ClearBootRomSource
! * @brief Clears the ROM boot source flag. * * This function clears the ROM boot source flag. * * @param base Register base address of
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:385
FunctionRCM_ClearStickyResetSources
! * @brief Clears the sticky reset source status. * * This function clears the sticky system reset flags indicated by source masks. * * This
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:327
FunctionRCM_GetBootRomSource
! * @brief Gets the ROM boot source. * * This function gets the ROM boot source during the last chip reset. * * @param base RCM peripheral b
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:373
FunctionRCM_GetEasyPortModePinStatus
! * @brief Gets the EZP_MS_B pin assert status. * * This function gets the easy port mode status (EZP_MS_B) pin assert status. * * @param ba
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:358
FunctionRCM_GetPreviousResetSources
! * @brief Gets the reset source status which caused a previous reset. * * This function gets the current reset source status. Use source masks
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:271
FunctionRCM_GetResetSourceImplementedStatus
! * @brief Gets the reset source implemented status. * * This function gets the RCM parameter that indicates whether the corresponding reset sou
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:242
FunctionRCM_GetStickyResetSources
! * @brief Gets the sticky reset source status. * * This function gets the current reset source status that has not been cleared * by software
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:304
FunctionRCM_GetVersionId
! * @brief Gets the RCM version ID. * * This function gets the RCM version ID including the major version number, * the minor version number,
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:218
FunctionRCM_SetSystemResetInterruptConfig
! * @brief Sets the system reset interrupt configuration. * * For a graceful shut down, the RCM supports delaying the assertion of the system
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rcm.h:418
FunctionRTC_Deinit
! * @brief Stops the timer and gate the RTC clock. * * @param base RTC peripheral base address */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:142
FunctionRTC_DisableInterrupts
! * @brief Disables the selected RTC interrupts. * * @param base RTC peripheral base address * @param mask The interrupts to enable. This is a
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:246
FunctionRTC_EnableInterrupts
! * @brief Enables the selected RTC interrupts. * * @param base RTC peripheral base address * @param mask The interrupts to enable. This is a
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:234
FunctionRTC_GetEnabledInterrupts
! * @brief Gets the enabled RTC interrupts. * * @param base RTC peripheral base address * * @return The enabled interrupts. This is the logi
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:259
FunctionRTC_GetStatusFlags
! * @brief Gets the RTC status flags. * * @param base RTC peripheral base address * * @return The status flags. This is the logical OR of me
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:279
FunctionRTC_Reset
! * @brief Performs a software reset on the RTC module. * * This resets all RTC registers except for the SWR bit and the RTC_WAR and RTC_RAR *
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:356
FunctionRTC_SetOscCapLoad
! * @brief This function sets the specified capacitor configuration for the RTC oscillator. * * @param base RTC peripheral base address * @
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:336
FunctionRTC_StartTimer
! * @brief Starts the RTC time counter. * * After calling this function, the timer counter increments once a second provided SR[TOF] or * SR[T
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:308
FunctionRTC_StopTimer
! * @brief Stops the RTC time counter. * * RTC's seconds register can be written to only when the timer is stopped. * * @param base RTC peri
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_rtc.h:320
FunctionSAI_ReadData
! * @brief Reads data from the SAI FIFO. * * @param base SAI base pointer. * @param channel Data channel used. * @return Data in SAI FIFO.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:669
FunctionSAI_RxClearStatusFlags
! * @brief Clears the SAI Rx status flag state. * * @param base SAI base pointer * @param mask State mask. It can be a combination of the foll
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:426
FunctionSAI_RxDisableInterrupts
! * @brief Disables the SAI Rx interrupt requests. * * @param base SAI base pointer * @param mask interrupt source * The parameter can b
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:501
FunctionSAI_RxEnableDMA
! * @brief Enables/disables the SAI Rx DMA requests. * @param base SAI base pointer * @param mask DMA source * The parameter can be a comb
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:543
FunctionSAI_RxEnableInterrupts
! * @brief Enables the SAI Rx interrupt requests. * * @param base SAI base pointer * @param mask interrupt source * The parameter can be
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:467
FunctionSAI_RxGetDataRegisterAddress
! * @brief Gets the SAI Rx data register address. * * This API is used to provide a transfer address for the SAI DMA transfer configuration.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:578
FunctionSAI_RxGetStatusFlag
! * @brief Gets the SAI Tx status flag state. * * @param base SAI base pointer * @return SAI Rx status flag value. Use the Status Mask to get
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:412
FunctionSAI_TxClearStatusFlags
! * @brief Clears the SAI Tx status flag state. * * @param base SAI base pointer * @param mask State mask. It can be a combination of the foll
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:401
FunctionSAI_TxDisableInterrupts
! * @brief Disables the SAI Tx interrupt requests. * * @param base SAI base pointer * @param mask interrupt source * The parameter can b
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:484
FunctionSAI_TxEnableDMA
! * @brief Enables/disables the SAI Tx DMA requests. * @param base SAI base pointer * @param mask DMA source * The parameter can be combin
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:522
FunctionSAI_TxEnableInterrupts
! * @brief Enables the SAI Tx interrupt requests. * * @param base SAI base pointer * @param mask interrupt source * The parameter can be
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:450
FunctionSAI_TxGetDataRegisterAddress
! * @brief Gets the SAI Tx data register address. * * This API is used to provide a transfer address for the SAI DMA transfer configuration.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:564
FunctionSAI_TxGetStatusFlag
! * @brief Gets the SAI Tx status flag state. * * @param base SAI base pointer * @return SAI Tx status flag value. Use the Status Mask to get
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:387
FunctionSAI_WriteData
! * @brief Writes data into SAI FIFO. * * @param base SAI base pointer. * @param channel Data channel used. * @param data Data needs to be w
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sai.h:644
FunctionSCB_CleanDCache
\brief Clean D-Cache \details Cleans D-Cache */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2378
FunctionSCB_CleanDCache_by_Addr
\brief D-Cache Clean by address \details Cleans D-Cache for the given address \param[in] addr address (aligned to 32-byte boundary) \para
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2477
FunctionSCB_CleanInvalidateDCache_by_Addr
\brief D-Cache Clean and Invalidate by address \details Cleans and invalidates D_Cache for the given address \param[in] addr address (align
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2504
FunctionSCB_DisableDCache
\brief Disable D-Cache \details Turns off D-Cache */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2305
FunctionSCB_DisableICache
\brief Disable I-Cache \details Turns off I-Cache */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2234
FunctionSCB_EnableDCache
\brief Enable D-Cache \details Turns on D-Cache */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2267
FunctionSCB_EnableICache
\brief Enable I-Cache \details Turns on I-Cache */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2215
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single preci
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_armv8mbl.h:1769
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm3.h:1792
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm0.h:828
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm0plus.h:963
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single preci
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_sc300.h:1765
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single preci
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2174
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single preci
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_armv8mml.h:2741
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single preci
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm23.h:1769
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single preci
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm33.h:2741
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm4.h:1967
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single preci
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_sc000.h:956
FunctionSCB_InvalidateDCache
\brief Invalidate D-Cache \details Invalidates D-Cache */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2343
FunctionSCB_InvalidateDCache_by_Addr
\brief D-Cache Invalidate by address \details Invalidates D-Cache for the given address \param[in] addr address (aligned to 32-byte boundar
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2450
FunctionSDHC_ClearInterruptStatusFlags
! * @brief Clears a specified interrupt status. * * @param base SDHC peripheral base address. * @param mask The interrupt status flags mask(_s
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:721
FunctionSDHC_DisableInterruptSignal
! * @brief Disables the interrupt signal corresponding to the interrupt status flag. * * @param base SDHC peripheral base address. * @param ma
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:692
FunctionSDHC_DisableInterruptStatus
! * @brief Disables the interrupt status. * * @param base SDHC peripheral base address. * @param mask The interrupt status flags mask(_sdhc_in
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:670
FunctionSDHC_EnableCardDetectTest
! * @brief Enables or disables the card detection level for testing. * * @param base SDHC peripheral base address. * @param enable True to ena
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:917
FunctionSDHC_EnableInterruptSignal
! * @brief Enables the interrupt signal corresponding to the interrupt status flag. * * @param base SDHC peripheral base address. * @param mas
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:681
FunctionSDHC_EnableInterruptStatus
! * @brief Enables the interrupt status. * * @param base SDHC peripheral base address. * @param mask Interrupt status flags mask(_sdhc_interru
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:659
FunctionSDHC_EnableSdClock
! * @brief Enables or disables the SD bus clock. * * @param base SDHC peripheral base address. * @param enable True to enable, false to disabl
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:782
FunctionSDHC_EnableWakeupEvent
! * @brief Enables or disables a wakeup event in low-power mode. * * @param base SDHC peripheral base address. * @param mask Wakeup events mas
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:899
FunctionSDHC_GetAdmaErrorStatusFlags
! * @brief Gets the status of the ADMA error. * * @param base SDHC peripheral base address. * @return ADMA error status flags mask(_sdhc_adma_
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:743
FunctionSDHC_GetAutoCommand12ErrorStatusFlags
! * @brief Gets the status of auto command 12 error. * * @param base SDHC peripheral base address. * @return Auto command 12 error status flag
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:732
FunctionSDHC_GetCommandResponse
! * @brief Gets the command response. * * @param base SDHC peripheral base address. * @param index The index of response register, range from
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:859
FunctionSDHC_GetInterruptStatusFlags
! * @brief Gets the current interrupt status. * * @param base SDHC peripheral base address. * @return Current interrupt status flags mask(_sdh
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:710
FunctionSDHC_GetPresentStatusFlags
! * @brief Gets a present status. * * This function gets the present SDHC's status except for an interrupt status and an error status. * * @
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:756
FunctionSDHC_ReadData
! * @brief Retrieves the data from the data port. * * This function is used to implement the data transfer by Data Port instead of DMA. * *
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:887
FunctionSDHC_SetCardDetectTestLevel
! * @brief Sets the card detection test level. * * This function sets the card detection test level to indicate whether the card is inserted int
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:940
FunctionSDHC_SetContinueRequest
! * @brief Restarts a transaction which has stopped at the block GAP for the SDIO card. * * @param base SDHC peripheral base address. */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:966
FunctionSDHC_SetDataBusWidth
! * @brief Sets the data transfer width. * * @param base SDHC peripheral base address. * @param width Data transfer width. */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:824
FunctionSDHC_SetForceEvent
! * @brief Forces generating events according to the given mask. * * @param base SDHC peripheral base address. * @param mask The force events
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:997
FunctionSDHC_WriteData
! * @brief Fills the the data port. * * This function is used to implement the data transfer by Data Port instead of DMA. * * @param base SD
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sdhc.h:874
FunctionSIM_SetFlashMode
! * @brief Sets the flash enable mode. * * @param mode The mode to set; see \ref _sim_flash_mode for mode details. */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_sim.h:116
FunctionSMC_GetPowerModeState
! * @brief Gets the current power mode status. * * This function returns the current power mode status. After the application * switches the
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_smc.h:302
FunctionSMC_GetVersionId
! * @brief Gets the SMC version ID. * * This function gets the SMC version ID, including major version number, * minor version number, and fea
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_smc.h:249
FunctionSMC_PostExitWaitModes
! * @brief Recovers after wake up from stop modes. * * This function should be called after wake up from WAIT/VLPW modes. * It is used with @r
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_smc.h:339
FunctionSMC_PreEnterWaitModes
! * @brief Prepares to enter wait modes. * * This function should be called before entering WAIT/VLPW modes. */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_smc.h:327
FunctionSMC_SetPowerModeProtection
! * @brief Configures all power mode protection settings. * * This function configures the power mode protection settings for * supported pow
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_smc.h:283
MethodScopedLock
Locks given locable object * * @param lockable reference to the instance of Lockable object * @note lockable object should outlive the
Deployment/Examples/simple_test_k64f_gcc/mbed/platform/ScopedLock.h:68
MethodSerialWireOutput
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/SerialWireOutput.h:24
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_armv8mbl.h:1837
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter i
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm3.h:1823
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter i
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm0.h:859
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter i
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm0plus.h:994
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_sc300.h:1796
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2550
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_armv8mml.h:2823
FunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm23.h:1837
← previousnext →401–500 of 1,261, ranked by callers