Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/platform/pwm/
Dpwm_stm32f4xx.c135 #define PER_SEC_NSEC 1000000000 macro
412 freq = (uint32_t)(PER_SEC_NSEC / config->period);
522 if (pwm == NULL || config == NULL || (config->period > PER_SEC_NSEC)) {