Home
last modified time | relevance | path

Searched refs:period (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_ctimer.c201 uint32_t period, pulsePeriod = 0; in CTIMER_SetupPwm() local
231 period = (timerClock / pwmFreq_Hz) - 1U; in CTIMER_SetupPwm()
236 pulsePeriod = period + 1U; in CTIMER_SetupPwm()
240 pulsePeriod = (period * (100U - (uint32_t)dutyCyclePercent)) / 100U; in CTIMER_SetupPwm()
244 base->MR[pwmPeriodChannel] = period; in CTIMER_SetupPwm()
352 uint32_t pulsePeriod = 0, period; in CTIMER_UpdatePwmDutycycle() local
355 period = base->MR[pwmPeriodChannel]; in CTIMER_UpdatePwmDutycycle()
360 pulsePeriod = period + 1U; in CTIMER_UpdatePwmDutycycle()
364 pulsePeriod = (period * (100U - (uint32_t)dutyCyclePercent)) / 100U; in CTIMER_UpdatePwmDutycycle()
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Source/
Ddevice_definition.c72 .period = TIMER0_MATCH, /* Upper limit (wrap around) */
124 .period = TIMER1_MATCH, /* Upper limit (wrap around) */
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/
Dtimer_pwm.h268 #define TPWM_SET_PERIOD(timer, period) ((timer)->PWMPERIOD = (period)) argument
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dtimer_pwm.h293 #define TPWM_SET_PERIOD(timer, period) ((timer)->PWMPERIOD = (period)) argument
/trusted-firmware-m-3.4.0/docs/integration_guide/platform/
Dplatform_deprecation.rst16 period of 4 weeks and community can express their opinion on the same
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dsecure_boot_rollback_protection.rst105 a power down period up to the lifetime of the device.