Home
last modified time | relevance | path

Searched refs:tpm_chnl_t (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.h53 } tpm_chnl_t; typedef
105 tpm_chnl_t chnlNumber; /*!< TPM channel to configure.
480 tpm_chnl_t chnlNumber,
496 void TPM_UpdateChnlEdgeLevelSelect(TPM_Type *base, tpm_chnl_t chnlNumber, uint8_t level);
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()
587 void TPM_SetupInputCapture(TPM_Type *base, tpm_chnl_t chnlNumber, tpm_input_capture_edge_t captureM…
601 tpm_chnl_t chnlNumber,
618 tpm_chnl_t chnlPairNumber,
[all …]
Dfsl_tpm.c397 TPM_DisableChannel(base, (tpm_chnl_t)chnlId); in TPM_SetupSinglePwmChannel()
400 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, controlBits ^ TPM_CnSC_ELSA_MASK); in TPM_SetupSinglePwmChannel()
413 TPM_DisableChannel(base, (tpm_chnl_t)chnlId); in TPM_SetupSinglePwmChannel()
423 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, controlBits); in TPM_SetupSinglePwmChannel()
428 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, controlBits ^ TPM_CnSC_ELSA_MASK); in TPM_SetupSinglePwmChannel()
459 TPM_DisableChannel(base, (tpm_chnl_t)chnlId); in TPM_SetupSinglePwmChannel()
461 TPM_EnableChannel(base, (tpm_chnl_t)chnlId, controlBits); in TPM_SetupSinglePwmChannel()
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()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm_tpm.c91 .chnlNumber = (tpm_chnl_t)channel, in HAL_PwmSetupPwm()
127 …(void)TPM_UpdatePwmDutycycle(s_tpmBase[halPwmState->instance], (tpm_chnl_t)channel, (tpm_pwm_mode_… in HAL_PwmUpdateDutycycle()
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/
Dboard.c1816 .chnlNumber = (tpm_chnl_t)TPM0_CH2, in BOARD_EnableMipiDsiBacklight()