Searched defs:chnlNumber (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/ |
| D | fsl_ftm.c | 95 uint8_t chnlNumber = 0; in FTM_SetPwmSync() local 163 uint32_t chnlNumber = 0; in FTM_SetReloadPoints() local 601 ftm_chnl_t chnlNumber, in FTM_UpdatePwmDutycycle() 669 void FTM_UpdateChnlEdgeLevelSelect(FTM_Type *base, ftm_chnl_t chnlNumber, uint8_t level) in FTM_UpdateChnlEdgeLevelSelect() 844 ftm_chnl_t chnlNumber, in FTM_SetupInputCapture() 893 ftm_chnl_t chnlNumber, in FTM_SetupOutputCompare() 1092 uint8_t chnlNumber = 0; in FTM_EnableInterrupts() local 1148 uint8_t chnlNumber = 0; in FTM_DisableInterrupts() local
|
| D | fsl_ftm.h | 74 ftm_chnl_t chnlNumber; /*!< The channel/channel pair number. member 95 ftm_chnl_t chnlNumber; /*!< The channel/channel pair number. member 729 static inline uint32_t FTM_GetInputCaptureValue(FTM_Type *base, ftm_chnl_t chnlNumber) in FTM_GetInputCaptureValue() 781 static inline void FTM_SetSoftwareCtrlEnable(FTM_Type *base, ftm_chnl_t chnlNumber, bool value) in FTM_SetSoftwareCtrlEnable() 800 static inline void FTM_SetSoftwareCtrlVal(FTM_Type *base, ftm_chnl_t chnlNumber, bool value) in FTM_SetSoftwareCtrlVal() 839 static inline void FTM_SetOutputMask(FTM_Type *base, ftm_chnl_t chnlNumber, bool mask) in FTM_SetOutputMask() 862 static inline void FTM_SetPwmOutputEnable(FTM_Type *base, ftm_chnl_t chnlNumber, bool value) in FTM_SetPwmOutputEnable() 1085 static inline void FTM_EnableDmaTransfer(FTM_Type *base, ftm_chnl_t chnlNumber, bool enable) in FTM_EnableDmaTransfer()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/ |
| D | fsl_tpm.h | 105 tpm_chnl_t chnlNumber; /*!< TPM channel to configure. member 508 static inline uint8_t TPM_GetChannelContorlBits(TPM_Type *base, tpm_chnl_t chnlNumber) in TPM_GetChannelContorlBits() 522 static inline void TPM_DisableChannel(TPM_Type *base, tpm_chnl_t chnlNumber) in TPM_DisableChannel() 551 static inline void TPM_EnableChannel(TPM_Type *base, tpm_chnl_t chnlNumber, uint8_t control) in TPM_EnableChannel() 647 static inline void TPM_SetChannelPolarity(TPM_Type *base, tpm_chnl_t chnlNumber, bool enable) in TPM_SetChannelPolarity() 677 static inline void TPM_EnableChannelExtTrigger(TPM_Type *base, tpm_chnl_t chnlNumber, bool enable) in TPM_EnableChannelExtTrigger() 752 static inline uint32_t TPM_GetChannelValue(TPM_Type *base, tpm_chnl_t chnlNumber) in TPM_GetChannelValue() 804 uint8_t chnlNumber = 0; in TPM_ClearStatusFlags() local
|
| D | fsl_tpm.c | 596 tpm_chnl_t chnlNumber, in TPM_UpdatePwmDutycycle() 725 void TPM_UpdateChnlEdgeLevelSelect(TPM_Type *base, tpm_chnl_t chnlNumber, uint8_t level) in TPM_UpdateChnlEdgeLevelSelect() 753 void TPM_SetupInputCapture(TPM_Type *base, tpm_chnl_t chnlNumber, tpm_input_capture_edge_t captureM… in TPM_SetupInputCapture() 798 tpm_chnl_t chnlNumber, in TPM_SetupOutputCompare() 1014 uint8_t chnlNumber = 0; in TPM_EnableInterrupts() local 1044 uint8_t chnlNumber = 0; in TPM_DisableInterrupts() local
|