Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm_ctimer.c39 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz) in HAL_PwmInit() argument
42 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmInit()
44 assert(halPwmHandle); in HAL_PwmInit()
60 void HAL_PwmDeinit(hal_pwm_handle_t halPwmHandle) in HAL_PwmDeinit() argument
62 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmDeinit()
64 assert(halPwmHandle); in HAL_PwmDeinit()
83 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf… in HAL_PwmSetupPwm() argument
85 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmSetupPwm()
87 assert(halPwmHandle); in HAL_PwmSetupPwm()
111 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle, in HAL_PwmUpdateDutycycle() argument
[all …]
Dfsl_adapter_pwm_ftm.c37 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz) in HAL_PwmInit() argument
40 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmInit()
43 assert(NULL != halPwmHandle); in HAL_PwmInit()
61 void HAL_PwmDeinit(hal_pwm_handle_t halPwmHandle) in HAL_PwmDeinit() argument
63 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmDeinit()
65 assert(halPwmHandle); in HAL_PwmDeinit()
84 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf… in HAL_PwmSetupPwm() argument
86 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmSetupPwm()
88 assert(halPwmHandle); in HAL_PwmSetupPwm()
118 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle, in HAL_PwmUpdateDutycycle() argument
[all …]
Dfsl_adapter_pwm_tpm.c37 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz) in HAL_PwmInit() argument
40 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmInit()
44 assert(halPwmHandle); in HAL_PwmInit()
59 void HAL_PwmDeinit(hal_pwm_handle_t halPwmHandle) in HAL_PwmDeinit() argument
61 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmDeinit()
63 assert(halPwmHandle); in HAL_PwmDeinit()
82 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf… in HAL_PwmSetupPwm() argument
84 hal_pwm_handle_struct_t *halPwmState = halPwmHandle; in HAL_PwmSetupPwm()
86 assert(halPwmHandle); in HAL_PwmSetupPwm()
116 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle, in HAL_PwmUpdateDutycycle() argument
[all …]
Dfsl_adapter_pwm.h119 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz);
128 void HAL_PwmDeinit(hal_pwm_handle_t halPwmHandle);
140 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf…
153 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle,