Home
last modified time | relevance | path

Searched refs:er (Results 1 – 10 of 10) 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/dts/arm/ti/
Dcc2340r5.dtsi40 ti,wr-er-prot-sect0-31 = <0xffffffff>;
41 ti,wr-er-prot-sect32-255 = <0xffffffff>;
42 ti,wr-er-prot-ccfg-sect = <0>;
43 ti,wr-er-prot-fcfg-sect = <0>;
44 ti,wr-er-prot-engr-sect = <0>;
45 ti,chip-er-retain-sect0-31 = <0>;
46 ti,chip-er-retain-sect32-255 = <0>;
/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.c5112 void __weak hci_vendor_read_key_hierarchy_roots(uint8_t ir[16], uint8_t er[16])
5118 (void)memset(er, 0x00, 16);
5138 hci_vendor_read_key_hierarchy_roots(rp->ir, rp->er);
/Zephyr-latest/samples/sensor/jc42/
DREADME.rst62 er set got 0
/Zephyr-latest/boards/silabs/radio_boards/slwrb4321a/
Dslwrb4321a.dts140 location-rmii-rx-er = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(5)>;
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/
Dslstk3701a.dts171 location-rmii-rx-er = <GECKO_LOCATION(1) GECKO_PORT_D GECKO_PIN(12)>;
/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
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst270 * Renamed the devicetree property ``location-rmii_rx_er`` to ``location-phy-rx-er``.