Searched refs:ftm_chnl_t (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/ |
D | fsl_ftm.h | 42 } ftm_chnl_t; typedef 74 ftm_chnl_t chnlNumber; /*!< The channel/channel pair number. 95 ftm_chnl_t chnlNumber; /*!< The channel/channel pair number. 504 ftm_chnl_t chnlNumber, 516 void FTM_UpdateChnlEdgeLevelSelect(FTM_Type *base, ftm_chnl_t chnlNumber, uint8_t level); 553 ftm_chnl_t chnlNumber, 569 ftm_chnl_t chnlNumber, 588 ftm_chnl_t chnlPairNumber, 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() [all …]
|
D | fsl_ftm.c | 566 … FTM_SetPwmOutputEnable(base, (ftm_chnl_t)(uint8_t)((uint8_t)chnlParams->chnlNumber * 2U), true); in FTM_SetupPwm() 567 …FTM_SetPwmOutputEnable(base, (ftm_chnl_t)(uint8_t)((uint8_t)chnlParams->chnlNumber * 2U + 1U), tru… in FTM_SetupPwm() 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() 809 … FTM_SetPwmOutputEnable(base, (ftm_chnl_t)(uint8_t)((uint8_t)chnlParams->chnlNumber * 2U), true); in FTM_SetupPwmMode() 810 …FTM_SetPwmOutputEnable(base, (ftm_chnl_t)(uint8_t)((uint8_t)chnlParams->chnlNumber * 2U + 1U), tru… in FTM_SetupPwmMode() 838 ftm_chnl_t chnlNumber, in FTM_SetupInputCapture() 887 ftm_chnl_t chnlNumber, in FTM_SetupOutputCompare() 934 ftm_chnl_t chnlPairNumber, in FTM_SetupDualEdgeCapture()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pwm/ |
D | fsl_adapter_pwm_ftm.c | 93 .chnlNumber = (ftm_chnl_t)channel, in HAL_PwmSetupPwm() 129 …FTM_UpdatePwmDutycycle(s_ftmBase[halPwmState->instance], (ftm_chnl_t)channel, (ftm_pwm_mode_t)mode, in HAL_PwmUpdateDutycycle()
|