Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_hr/
DREADME.rst5 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
/Zephyr-latest/drivers/rtc/
Drtc_rts5912.c60 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()
Drtc_smartbond.c161 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()
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/
DREADME.rst22 HR service notifying connected centrals about a dummy HR each 2s.
/Zephyr-latest/soc/realtek/ec/rts5912/reg/
Dreg_rtc.h21 volatile uint8_t HR; member
/Zephyr-latest/drivers/sensor/st/iis2dh/
DKconfig91 9: Depends by mode. LP: 5376 Hz - NORM or HR: 1344 Hz
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1738 * :github:`43258` - HCI core data buffer overflow with ESP32-C3 in Peripheral HR sample
Drelease-notes-2.6.rst1970 * :github:`32233` - Often disconnect timeouts when running the BLE peripheral HR sample on Nitrogen…