Searched defs:chnlNumber (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/ |
D | fsl_ftm.c | 93 uint8_t chnlNumber = 0; in FTM_SetPwmSync() local 161 uint32_t chnlNumber = 0; in FTM_SetReloadPoints() local 595 ftm_chnl_t chnlNumber, in FTM_UpdatePwmDutycycle() 663 void FTM_UpdateChnlEdgeLevelSelect(FTM_Type *base, ftm_chnl_t chnlNumber, uint8_t level) in FTM_UpdateChnlEdgeLevelSelect() 838 ftm_chnl_t chnlNumber, in FTM_SetupInputCapture() 887 ftm_chnl_t chnlNumber, in FTM_SetupOutputCompare() 1086 uint8_t chnlNumber = 0; in FTM_EnableInterrupts() local 1142 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 720 static inline uint32_t FTM_GetInputCaptureValue(FTM_Type *base, ftm_chnl_t chnlNumber) in FTM_GetInputCaptureValue() 772 static inline void FTM_SetSoftwareCtrlEnable(FTM_Type *base, ftm_chnl_t chnlNumber, bool value) in FTM_SetSoftwareCtrlEnable() 791 static inline void FTM_SetSoftwareCtrlVal(FTM_Type *base, ftm_chnl_t chnlNumber, bool value) in FTM_SetSoftwareCtrlVal() 830 static inline void FTM_SetOutputMask(FTM_Type *base, ftm_chnl_t chnlNumber, bool mask) in FTM_SetOutputMask() 853 static inline void FTM_SetPwmOutputEnable(FTM_Type *base, ftm_chnl_t chnlNumber, bool value) in FTM_SetPwmOutputEnable() 1076 static inline void FTM_EnableDmaTransfer(FTM_Type *base, ftm_chnl_t chnlNumber, bool enable) in FTM_EnableDmaTransfer()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/ |
D | fsl_tpm.c | 579 tpm_chnl_t chnlNumber, in TPM_UpdatePwmDutycycle() 708 void TPM_UpdateChnlEdgeLevelSelect(TPM_Type *base, tpm_chnl_t chnlNumber, uint8_t level) in TPM_UpdateChnlEdgeLevelSelect() 736 void TPM_SetupInputCapture(TPM_Type *base, tpm_chnl_t chnlNumber, tpm_input_capture_edge_t captureM… in TPM_SetupInputCapture() 781 tpm_chnl_t chnlNumber, in TPM_SetupOutputCompare() 997 uint8_t chnlNumber = 0; in TPM_EnableInterrupts() local 1027 uint8_t chnlNumber = 0; in TPM_DisableInterrupts() local
|
D | fsl_tpm.h | 105 tpm_chnl_t chnlNumber; /*!< TPM channel to configure. member 493 static inline uint8_t TPM_GetChannelContorlBits(TPM_Type *base, tpm_chnl_t chnlNumber) in TPM_GetChannelContorlBits() 507 static inline void TPM_DisableChannel(TPM_Type *base, tpm_chnl_t chnlNumber) in TPM_DisableChannel() 536 static inline void TPM_EnableChannel(TPM_Type *base, tpm_chnl_t chnlNumber, uint8_t control) in TPM_EnableChannel() 632 static inline void TPM_SetChannelPolarity(TPM_Type *base, tpm_chnl_t chnlNumber, bool enable) in TPM_SetChannelPolarity() 662 static inline void TPM_EnableChannelExtTrigger(TPM_Type *base, tpm_chnl_t chnlNumber, bool enable) in TPM_EnableChannelExtTrigger() 726 static inline uint32_t TPM_GetChannelValue(TPM_Type *base, tpm_chnl_t chnlNumber) in TPM_GetChannelValue() 778 uint8_t chnlNumber = 0; in TPM_ClearStatusFlags() local
|