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

FunctionDSPI_ReadData
! * @brief Reads data from the data buffer. * * @param base DSPI peripheral address. * @return The data from the read data buffer. */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:1025
FunctionDSPI_SetAllPcsPolarity
! * @brief Configures the DSPI peripheral chip select polarity simultaneously. * For example, PCS0 and PCS1 are set to active low and other PCS is
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:779
FunctionDSPI_SetFifoEnable
! * @brief Enables or disables the DSPI FIFOs. * * This function allows the caller to disable/enable the Tx and Rx FIFOs independently. * Not
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:750
FunctionDSPI_SetMasterSlaveMode
! * @brief Configures the DSPI for master or slave. * * @param base DSPI peripheral address. * @param mode Mode setting (master or slave) of t
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:701
FunctionDSPI_SlaveGetTxRegisterAddress
! * @brief Gets the DSPI slave PUSHR data register address for the DMA operation. * * This function gets the DSPI slave PUSHR data register addr
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:668
FunctionDSPI_SlaveWriteData
! * @brief Writes data into the data buffer in slave mode. * * In slave mode, up to 16-bit words may be written. * * @param base DSPI periph
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:1003
FunctionDSPI_StartTransfer
! * @brief Starts the DSPI transfers and clears HALT bit in MCR. * * This function sets the module to start data transfer in either master or sl
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:723
FunctionDSPI_StopTransfer
! * @brief Stops DSPI transfers and sets the HALT bit in MCR. * * This function stops data transfers in either master or slave modes. * * @p
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_dspi.h:734
MethodDS_CNN
Deployment/Source/NN/DS_CNN/ds_cnn.cpp:42
MethodDeepSleepLock
Deployment/Examples/simple_test_k64f_gcc/mbed/platform/DeepSleepLock.h:51
MethodDigitalIn
Create a DigitalIn connected to the specified pin * * @param pin DigitalIn pin to connect to */
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/DigitalIn.h:58
MethodDigitalInOut
Create a DigitalInOut connected to the specified pin * * @param pin DigitalInOut pin to connect to */
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/DigitalInOut.h:39
MethodDigitalOut
Create a DigitalOut connected to the specified pin * * @param pin DigitalOut pin to connect to */
Deployment/Examples/simple_test_k64f_gcc/mbed/drivers/DigitalOut.h:53
FunctionDisableGlobalIRQ
! * @brief Disable the global IRQ * * Disable the global interrupt and return the current primask register. User is required to provided the pri
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_common.h:240
FunctionDisableIRQ
! * @brief Disable specific interrupt. * * Disable the interrupt not routed from intmux. * * @param interrupt The IRQ number. */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_common.h:217
FunctionEDMA_DisableChannelRequest
! * @brief Disables the eDMA hardware channel request. * * This function disables the hardware channel request. * * @param base eDMA periphe
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:677
FunctionEDMA_EnableAsyncRequest
! * @brief Enables an async request for the eDMA transfer. * * @param base eDMA peripheral base address. * @param channel eDMA channel number.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:464
FunctionEDMA_EnableAutoStopRequest
! * @brief Enables an auto stop request for the eDMA transfer. * * If enabling the auto stop request, the eDMA hardware automatically disables t
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:481
FunctionEDMA_EnableChannelRequest
! * @brief Enables the eDMA hardware channel request. * * This function enables the hardware channel request. * * @param base eDMA periphera
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:662
FunctionEDMA_GetErrorStatusFlags
! * @brief Gets the eDMA channel error status flags. * * @param base eDMA peripheral base address. * @return The mask of error status flags. U
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:735
FunctionEDMA_SetChannelPreemptionConfig
! * @brief Configures the eDMA channel preemption feature. * * This function configures the channel preemption attribute and the priority of the
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:396
FunctionEDMA_TcdEnableAutoStopRequest
! * @brief Sets the auto stop request for the eDMA TCD. * * If enabling the auto stop request, the eDMA hardware automatically disables the hard
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:622
FunctionEDMA_TcdSetBandWidth
! * @brief Sets the bandwidth for the eDMA TCD. * * Because the eDMA processes the minor loop, it continuously generates read/write sequences
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:593
FunctionEDMA_TriggerChannelStart
! * @brief Starts the eDMA transfer by using the software trigger. * * This function starts a minor loop transfer. * * @param base eDMA peri
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_edma.h:692
FunctionENET_ActiveRead
! * @brief Activates ENET read or receive. * * @param base ENET peripheral base address. * * @note This must be called after the MAC config
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:735
FunctionENET_ClearInterruptStatus
! * @brief Clears the ENET interrupt events status flag. * * This function clears enabled ENET interrupts according to the provided mask. The ma
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:851
FunctionENET_DisableInterrupts
! * @brief Disables the ENET interrupt. * * This function disables the ENET interrupts according to the provided mask. The mask * is a logical
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:820
FunctionENET_EnableInterrupts
! * @brief Enables the ENET interrupt. * * This function enables the ENET interrupt according to the provided mask. The mask * is a logical OR
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:801
FunctionENET_EnableSleepMode
! * @brief Enables/disables the MAC to enter sleep mode. * This function is used to set the MAC enter sleep mode. * When entering sleep mode, th
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:749
FunctionENET_GetAccelFunction
! * @brief Gets ENET transmit and receive accelerator functions from the MAC controller. * * @param base ENET peripheral base address. * @par
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:771
FunctionENET_GetInterruptStatus
! * @brief Gets the ENET interrupt status flag. * * @param base ENET peripheral base address. * @return The event status of the interrupt sou
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:832
FunctionENET_GetSMI
! * @brief Gets the ENET SMI- MII management interface configuration. * * This API is used to get the SMI configuration to check whether the MII
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:641
FunctionENET_Ptp1588ClearChannelStatus
! * @brief Clears the ENET PTP 1588 timer channel status. * * @param base ENET peripheral base address. * @param channel The IEEE 1588 timer
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:1122
FunctionENET_Ptp1588GetChannelStatus
! * @brief Gets the ENET PTP 1588 timer channel status. * * @param base ENET peripheral base address. * @param channel The IEEE 1588 timer ch
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:1111
FunctionENET_Ptp1588SetChannelCmpValue
! * @brief Sets the ENET PTP 1588 timer channel comparison value. * * @param base ENET peripheral base address. * @param channel The PTP time
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:1099
FunctionENET_Ptp1588SetChannelMode
! * @brief Sets the ENET PTP 1588 timer channel mode. * * @param base ENET peripheral base address. * @param channel The ENET PTP timer chann
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:1079
FunctionENET_Ptp1588StopTimer
! * @brief Stops the ENET PTP 1588 Timer. * This function is used to stops the ENET PTP timer. * * @param base ENET peripheral base address.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:1051
FunctionENET_ReadSMIData
! * @brief Reads data from the PHY register through an SMI interface. * * @param base ENET peripheral base address. * @return The data read f
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:652
FunctionENET_Reset
! * @brief Resets the ENET module. * * This function restores the ENET module to the reset state. * Note that this function sets all registers
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_enet.h:600
FunctionEWM_DisableInterrupts
! * @brief Disables the EWM interrupt. * * This function enables the EWM interrupt. * * @param base EWM peripheral base address * @param m
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ewm.h:199
FunctionEWM_EnableInterrupts
! * @brief Enables the EWM interrupt. * * This function enables the EWM interrupt. * * @param base EWM peripheral base address * @param ma
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ewm.h:184
FunctionEWM_GetStatusFlags
! * @brief Gets all status flags. * * This function gets all status flags. * * This is an example for getting the running flag. * @code
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ewm.h:219
FunctionEnableGlobalIRQ
! * @brief Enaable the global IRQ * * Set the primask register with the provided primask value but not just enable the primask. The idea is for
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_common.h:259
FunctionEnableIRQ
! * @brief Enable specific interrupt. * * Enable the interrupt not routed from intmux. * * @param interrupt The IRQ number. */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_common.h:195
FunctionFGPIO_ClearPinsOutput
! * @brief Sets the output level of the multiple FGPIO pins to the logic 0. * * @param base FGPIO peripheral base pointer (FGPIOA, FGPIOB, FGPIO
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:353
FunctionFGPIO_ReadPinInput
! * @brief Reads the current input value of the FGPIO port. * * @param base FGPIO peripheral base pointer (FGPIOA, FGPIOB, FGPIOC, and so on.)
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:382
FunctionFGPIO_SetPinsOutput
! * @brief Sets the output level of the multiple FGPIO pins to the logic 1. * * @param base FGPIO peripheral base pointer (FGPIOA, FGPIOB, FGPIO
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:342
FunctionFGPIO_TogglePinsOutput
! * @brief Reverses the current output logic of the multiple FGPIO pins. * * @param base FGPIO peripheral base pointer (FGPIOA, FGPIOB, FGPIOC,
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:364
FunctionFGPIO_WritePinOutput
! * @brief Sets the output level of the multiple FGPIO pins to the logic 1 or 0. * * @param base FGPIO peripheral base pointer (FGPIOA, FGPIO
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:324
FunctionFLEXCAN_ClearMbStatusFlags
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:675
FunctionFLEXCAN_ClearStatusFlags
! * @brief Clears status flags with the provided mask. * * This function clears the FlexCAN status flags with a provided mask. An automatically
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:613
FunctionFLEXCAN_DisableInterrupts
! * @brief Disables FlexCAN interrupts according to the provided mask. * * This function disables the FlexCAN interrupts according to the provid
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:723
FunctionFLEXCAN_DisableMbInterrupts
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:768
FunctionFLEXCAN_Enable
! * @brief Enables or disables the FlexCAN module operation. * * This function enables or disables the FlexCAN module. * * @param base FlexC
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:826
FunctionFLEXCAN_EnableInterrupts
! * @brief Enables FlexCAN interrupts according to the provided mask. * * This function enables the FlexCAN interrupts according to the provided
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:702
FunctionFLEXCAN_EnableMbInterrupts
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:746
FunctionFLEXCAN_GetBusErrCount
! * @brief Gets the FlexCAN Bus Error Counter value. * * This function gets the FlexCAN Bus Error Counter value for both Tx and * Rx direction
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:629
FunctionFLEXCAN_GetMbStatusFlags
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:654
FunctionFLEXCAN_GetRxFifoHeadAddr
! * @brief Gets the Rx FIFO Head address. * * This function returns the FlexCAN Rx FIFO Head address, which is mainly used for the DMA/eDMA use
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:805
FunctionFLEXCAN_GetStatusFlags
! * @brief Gets the FlexCAN module interrupt flags. * * This function gets all FlexCAN status flags. The flags are returned as the logical * O
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_flexcan.h:599
FunctionFTM_ClearQuadDecoderCounterValue
! * @brief Clears the current Quad Decoder counter value. * * The counter is set as the initial value. * * @param base FTM peripheral base a
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:881
FunctionFTM_GetQuadDecoderCounterValue
! * @brief Gets the current Quad Decoder counter value. * * @param base FTM peripheral base address. * @return Current quad Decoder counter va
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:869
FunctionFTM_GetQuadDecoderFlags
! * @brief Gets the FTM Quad Decoder flags. * * @param base FTM peripheral base address. * @return Flag mask of FTM Quad Decoder, see #_ftm_qu
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:842
FunctionFTM_SetComplementaryEnable
! * @brief This function enables/disables complementary mode in a channel pair. * * @param base FTM peripheral base address * @param
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:785
FunctionFTM_SetDeadTimeEnable
! * @brief This function enables/disables the dead time insertion in a channel pair. * * @param base FTM peripheral base address * @
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:766
FunctionFTM_SetFaultControlEnable
! * @brief This function enables/disables the fault control in a channel pair. * * @param base FTM peripheral base address * @param
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:747
FunctionFTM_SetGlobalTimeBaseOutputEnable
! * @brief Enables or disables the FTM global time base signal generation to other FTMs. * * @param base FTM peripheral base address * @para
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:680
FunctionFTM_SetInvertEnable
! * @brief This function enables/disables inverting control in a channel pair. * * @param base FTM peripheral base address * @param
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:804
FunctionFTM_SetOutputMask
! * @brief Sets the FTM peripheral timer channel output mask. * * @param base FTM peripheral base address * @param chnlNumber Channel to
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:699
FunctionFTM_SetPwmOutputEnable
! * @brief Allows users to enable an output on an FTM channel. * * To enable the PWM channel output call this function with val=true. For input
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:722
FunctionFTM_SetQuadDecoderModuloValue
! * @brief Sets the modulo values for Quad Decoder. * * The modulo values configure the minimum and maximum values that the Quad decoder counter
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:857
FunctionFTM_SetSoftwareCtrlEnable
! * @brief Enables or disables the channel software output control. * * @param base FTM peripheral base address * @param chnlNumber Chan
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:641
FunctionFTM_SetSoftwareCtrlVal
! * @brief Sets the channel software output control value. * * @param base FTM peripheral base address. * @param chnlNumber Channel to b
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:660
FunctionFTM_SetSoftwareTrigger
! * @brief Enables or disables the FTM software trigger for PWM synchronization. * * @param base FTM peripheral base address * @param enable
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:894
FunctionFTM_SetWriteProtection
! * @brief Enables or disables the FTM write protection. * * @param base FTM peripheral base address * @param enable true: Write-protection
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:912
FunctionFTM_StartTimer
! * @brief Starts the FTM counter. * * @param base FTM peripheral base address * @param clockSource FTM clock source; After the clock s
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:606
FunctionFTM_StopTimer
! * @brief Stops the FTM counter. * * @param base FTM peripheral base address */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_ftm.h:620
MethodFileLike
Constructor FileLike * * @param name The name to use to open the file. */
Deployment/Examples/simple_test_k64f_gcc/mbed/platform/FileLike.h:44
FunctionFileSystemLike
FileSystemLike lifetime */
Deployment/Examples/simple_test_k64f_gcc/mbed/platform/FileSystemLike.h:47
FunctionFunctionPointerArg1
Deployment/Examples/simple_test_k64f_gcc/mbed/platform/FunctionPointer.h:39
FunctionGPIO_ClearPinsOutput
! * @brief Sets the output level of the multiple GPIO pins to the logic 0. * * @param base GPIO peripheral base pointer (GPIOA, GPIOB, GPIOC, an
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:186
FunctionGPIO_ReadPinInput
! * @brief Reads the current input value of the GPIO port. * * @param base GPIO peripheral base pointer (GPIOA, GPIOB, GPIOC, and so on.) * @p
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:215
FunctionGPIO_SetPinsOutput
! * @brief Sets the output level of the multiple GPIO pins to the logic 1. * * @param base GPIO peripheral base pointer (GPIOA, GPIOB, GPIOC, an
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:175
FunctionGPIO_TogglePinsOutput
! * @brief Reverses the current output logic of the multiple GPIO pins. * * @param base GPIO peripheral base pointer (GPIOA, GPIOB, GPIOC, and s
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:197
FunctionGPIO_WritePinOutput
! * @brief Sets the output level of the multiple GPIO pins to the logic 1 or 0. * * @param base GPIO peripheral base pointer (GPIOA, GPIOB, G
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_gpio.h:157
FunctionI2C_Enable
! * @brief Enables or disabless the I2C peripheral operation. * * @param base I2C base pointer * @param enable Pass true to enable and false t
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_i2c.h:384
FunctionI2C_EnableDMA
! * @brief Enables/disables the I2C DMA interrupt. * * @param base I2C base pointer * @param enable true to enable, false to disable */
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_i2c.h:517
FunctionI2C_GetDataRegAddr
! * @brief Gets the I2C tx/rx data register address. This API is used to provide a transfer address * for I2C DMA transfer configuration. * *
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_i2c.h:538
FunctionI2C_SlaveClearStatusFlags
! * @brief Clears the I2C status flag state. * * The following status register flags can be cleared kI2C_ArbitrationLostFlag and kI2C_IntPending
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_i2c.h:470
FunctionI2C_SlaveGetStatusFlags
! * @brief Gets the I2C status flags. * * @param base I2C base pointer * @return status flag, use status flag to AND #_i2c_flags to get the re
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/drivers/fsl_i2c.h:417
FunctionITM_CheckChar
\brief ITM Check Character \details Checks whether a character is pending for reading in the variable \ref ITM_RxBuffer. \return 0 N
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm3.h:1906
FunctionITM_CheckChar
\brief ITM Check Character \details Checks whether a character is pending for reading in the variable \ref ITM_RxBuffer. \return 0 No
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_sc300.h:1879
FunctionITM_CheckChar
\brief ITM Check Character \details Checks whether a character is pending for reading in the variable \ref ITM_RxBuffer. \return 0 No
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2633
FunctionITM_CheckChar
\brief ITM Check Character \details Checks whether a character is pending for reading in the variable \ref ITM_RxBuffer. \return 0 No
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_armv8mml.h:2936
FunctionITM_CheckChar
\brief ITM Check Character \details Checks whether a character is pending for reading in the variable \ref ITM_RxBuffer. \return 0 No
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm33.h:2936
FunctionITM_CheckChar
\brief ITM Check Character \details Checks whether a character is pending for reading in the variable \ref ITM_RxBuffer. \return 0 N
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm4.h:2091
FunctionITM_ReceiveChar
\brief ITM Receive Character \details Inputs a character via the external variable \ref ITM_RxBuffer. \return Received character.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm3.h:1886
FunctionITM_ReceiveChar
\brief ITM Receive Character \details Inputs a character via the external variable \ref ITM_RxBuffer. \return Received character.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_sc300.h:1859
FunctionITM_ReceiveChar
\brief ITM Receive Character \details Inputs a character via the external variable \ref ITM_RxBuffer. \return Received character.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_cm7.h:2613
FunctionITM_ReceiveChar
\brief ITM Receive Character \details Inputs a character via the external variable \ref ITM_RxBuffer. \return Received character.
Deployment/Examples/simple_test_k64f_gcc/mbed/TARGET_K64F/core_armv8mml.h:2916
← previousnext →201–300 of 1,261, ranked by callers