Searched refs:lo (Results 1 – 11 of 11) sorted by relevance
480 if (object->period >= ((uint32_t) ~0) / (clockFreq.lo / 1000000)) { in TimerCC32XX_open()487 object->period = object->period * (clockFreq.lo / 1000000); in TimerCC32XX_open()492 if ((object->period = clockFreq.lo / object->period) == 0) { in TimerCC32XX_open()537 if (period >= ((uint32_t) ~0) / (clockFreq.lo / 1000000)) { in TimerCC32XX_setPeriod()542 period = period * (clockFreq.lo / 1000000); in TimerCC32XX_setPeriod()547 if ((period = clockFreq.lo / period) == 0) { in TimerCC32XX_setPeriod()
105 uint32_t lo; /*!< least significant 32-bits of frequency */ member
190 duty = (dutyValue != 0) ? (dutyValue * (freq.lo/1000000)) - 1 : 0; in getDutyCounts()218 if (periodValue && periodValue <= freq.lo) { in getPeriodCounts()219 period = (freq.lo / periodValue) - 1; in getPeriodCounts()224 period = (periodValue * (freq.lo/1000000)) - 1; in getPeriodCounts()
169 interval = interval / (clockFreq.lo / 1000000); in CaptureCC32XX_hwiIntFunction()173 interval = clockFreq.lo / interval; in CaptureCC32XX_hwiIntFunction()
114 uint32_t lo; /*!< least significant 32-bits of frequency */ member
265 convertRatio = freq.lo / MS_RATIO; in WatchdogCC32XX_convertMsToTicks()
303 freq->lo = (uint32_t)CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC; in ClockP_getCpuFreq()
177 MAP_I2CMasterInitExpClk(hwAttrs->baseAddr, freq.lo, in I2CCC32XX_initHw()
927 freq.lo, in initHw()
879 MAP_UARTConfigSetExpClk(hwAttrs->baseAddr, freq.lo, object->baudRate, in initHw()
990 MAP_UARTConfigSetExpClk(hwAttrs->baseAddr, freq.lo, object->baudRate, in initHw()