Searched refs:er (Results 1 – 10 of 10) 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/dts/arm/ti/ |
D | cc2340r5.dtsi | 40 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/ |
D | hci_internal.h | 51 void hci_vendor_read_key_hierarchy_roots(uint8_t ir[16], uint8_t er[16]);
|
D | hci.c | 5112 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/ |
D | README.rst | 62 er set got 0
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4321a/ |
D | slwrb4321a.dts | 140 location-rmii-rx-er = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(5)>;
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/ |
D | slstk3701a.dts | 171 location-rmii-rx-er = <GECKO_LOCATION(1) GECKO_PORT_D GECKO_PIN(12)>;
|
/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
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 270 * Renamed the devicetree property ``location-rmii_rx_er`` to ``location-phy-rx-er``.
|