Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dtimer.c44 uint64_t period; /* 0 for oneshot */ member
134 if (tim->period) { in timFireAsNeededAndUpdateAlarms()
135 tim->expires += tim->period; in timFireAsNeededAndUpdateAlarms()
193 t->period = oneShot ? 0 : length; in timTimerSetEx()
/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c110 #define RTC_VALID_DELAY_FOR_PERIOD(delay, period) \ argument
111 (delay < (period * (RTC_WKUP_DOWNCOUNT_MAX + 1)))
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/
Diaxxx-module.h76 int period; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/
Diaxxx-module.h81 int period; member
/device/google/muskie/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
548 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
/device/google/taimen/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
548 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
/device/google/bonito/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
565 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
/device/google/crosshatch/
DWCNSS_qcom_cfg.ini18 #Enable Keep alive with non-zero period value
565 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
/device/google/coral/
DWCNSS_qcom_cfg.ini175 # This ini is used to configure the number of Tx/Rx packets during the period of
181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1997 uint64_t period = rateLevelToDeviceSamplingPeriodNs(handle, maxRateLevel); in mergeDirectReportRequest() local
1998 if (period != INT64_MAX) { in mergeDirectReportRequest()
2000 rate = period_ns_to_frequency_q10(period); in mergeDirectReportRequest()
/device/linaro/hikey/self-extractors_hikey960/hisilicon/
DLICENSE90 their unauthorized disclosure and use. The period of confidentiality shall be indefinite. YOU agree…
/device/linaro/poplar/proprietary/hisilicon/
DLICENSE41 …le degree of care, to prevent their unauthorized disclosure and use. The period of confidentiality…
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c4252 int period[] = {-1, -1, -1}; local
4259 period[i - ACC] = SENSOR_HZ((float)WATERMARK_MAX_SENSOR_RATE) / T(sensors[i]).rate;
4265 period[i-ACC], latency[i-ACC]);
4270 size_t watermark = calcFifoSize(period, latency, factor, NUM_CONT_SENSOR) / 4;
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp502 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_PERIOD, mParams->buckets[i].period); in createSetupRequest()