Home
last modified time | relevance | path

Searched refs:er (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hci/
Dhci_vendor.c54 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/
Dhci_internal.h51 void hci_vendor_read_key_hierarchy_roots(uint8_t ir[16], uint8_t er[16]);
Dhci.c5077 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/
DREADME.rst62 er set got 0
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h130 uint8_t er[16]; member
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst153 * LLCP main state machine entry/tick'er