Searched refs:HR (Results 1 – 8 of 8) sorted by relevance
5 Expose a Heart Rate (HR) GATT Service generating dummy heart-rate values.11 application specifically exposes the HR (Heart Rate) GATT Service. Once a device
60 rtc_regs->HR &= ~(RTC_HR_AMPM_Msk | RTC_HR_VAL_Msk); in rtc_rts5912_reset_rtc_time()82 rtc_regs->HR = timeptr->tm_hour; in rtc_rts5912_set_time()101 timeptr->tm_hour = rtc_regs->HR; in rtc_rts5912_get_time()
161 RTC_TIME_REG_SET_FIELD(HR, rtc_time_reg, bin2bcd(timeptr->tm_hour)); /*[0, 23]*/ in rtc_time_to_bcd()191 timeptr->tm_hour = bcd2bin(RTC_TIME_REG_GET_FIELD(HR, rtc_time_reg)); in bcd_to_rtc_time()330 RTC_TIME_ALARM_REG_SET_FIELD(HR, rtc_time_alarm_reg, bin2bcd(timeptr->tm_hour)); in alarm_time_to_bcd()352 timeptr->tm_hour = bcd2bin(RTC_TIME_ALARM_REG_GET_FIELD(HR, rtc_time_alarm_reg)); in bcd_to_alarm_time()
22 HR service notifying connected centrals about a dummy HR each 2s.
21 volatile uint8_t HR; member
91 9: Depends by mode. LP: 5376 Hz - NORM or HR: 1344 Hz
1738 * :github:`43258` - HCI core data buffer overflow with ESP32-C3 in Peripheral HR sample
1970 * :github:`32233` - Often disconnect timeouts when running the BLE peripheral HR sample on Nitrogen…