Searched refs:er (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hci/ |
D | hci_vendor.c | 54 void hci_vendor_read_key_hierarchy_roots(uint8_t ir[16], uint8_t er[16]) in hci_vendor_read_key_hierarchy_roots() 67 sys_put_le32(NRF_FICR->ER[0], &er[0]); in hci_vendor_read_key_hierarchy_roots() 68 sys_put_le32(NRF_FICR->ER[1], &er[4]); in hci_vendor_read_key_hierarchy_roots() 69 sys_put_le32(NRF_FICR->ER[2], &er[8]); in hci_vendor_read_key_hierarchy_roots() 70 sys_put_le32(NRF_FICR->ER[3], &er[12]); in hci_vendor_read_key_hierarchy_roots() 73 (void)memset(er, 0x00, 16); in hci_vendor_read_key_hierarchy_roots()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_internal.h | 51 void hci_vendor_read_key_hierarchy_roots(uint8_t ir[16], uint8_t er[16]);
|
D | hci.c | 5077 void __weak hci_vendor_read_key_hierarchy_roots(uint8_t ir[16], uint8_t er[16]) 5083 (void)memset(er, 0x00, 16); 5103 hci_vendor_read_key_hierarchy_roots(rp->ir, rp->er);
|
/Zephyr-latest/samples/sensor/jc42/ |
D | README.rst | 62 er set got 0
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_vs.h | 130 uint8_t er[16]; member
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 153 * LLCP main state machine entry/tick'er
|