Searched full:df (Results 1 – 25 of 44) sorted by relevance
12
/Zephyr-Core-3.5.0/boards/shields/x_nucleo_eeprma2/doc/ |
D | index.rst | 43 - `M24256-DF Serial I2C bus EEPROM Datasheet`_ 44 - `M24M01-DF Serial I2C bus EEPROM Datasheet`_ 47 - `M95256-DF Serial SPI bus EEPROM Datasheet`_ 78 .. _M24256-DF Serial I2C bus EEPROM Datasheet: 79 https://www.st.com/resource/en/datasheet/m24256-df.pdf 81 .. _M24M01-DF Serial I2C bus EEPROM Datasheet: 82 https://www.st.com/resource/en/datasheet/m24m01-df.pdf 87 .. _M95256-DF Serial SPI bus EEPROM Datasheet: 88 https://www.st.com/resource/en/datasheet/m95256-df.pdf
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df_internal.h | 15 /* Allocate memory for new DF sync configuration. It will always return the same 20 /* Returns pointer to last allocated DF sync configuration. If it is called before 29 /* Enqueue new DF sync configuration data. */ 35 /* Get latest DF sync configuration data. Latest configuration data are the one 40 /* Get current DF sync configuration data. Current configuration data 49 /* Return information if DF sync configuration data were modified since last
|
D | lll_df_types.h | 129 /* Double buffer to store DF sync configuration */
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart/ |
D | sample.yaml | 12 sample.bluetooth.hci_uart.nrf52833.df: 21 sample.bluetooth.hci_uart.nrf5340_netcore.df: 30 sample.bluetooth.hci_uart.nrf52833.df.iq_report: 40 sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report:
|
D | README.rst | 138 west build samples/bluetooth/hci_uart -b nrf52833dk_nrf52833@df -- -DCONFIG_BT_CTLR_DF=y 142 * ``nrf5340dk_nrf5340_cpunet@df`` 143 * ``nrf52833dk_nrf52833@df``
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connection_cte_req/ |
D | testcase.yaml | 2 bluetooth.df.conection_cte_req:
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connection_cte_tx_params/ |
D | testcase.yaml | 2 bluetooth.df.conection_cte_tx_params:
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connectionless_cte_rx/ |
D | testcase.yaml | 2 bluetooth.df.connectionless_cte_rx:
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connectionless_cte_chains/ |
D | testcase.yaml | 2 bluetooth.df.connectionless_cte_chains:
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connectionless_cte_tx/ |
D | testcase.yaml | 2 bluetooth.df.connectionless_cte_tx:
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_rx/ |
D | prj.conf | 2 CONFIG_BT_DEVICE_NAME="DF Connectionless Locator App"
|
D | Kconfig | 7 menu "DF Connectionless Locator App"
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_tx/ |
D | prj.conf | 2 CONFIG_BT_DEVICE_NAME="DF Connectionless Beacon App"
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_rpmsg/ |
D | sample.yaml | 76 sample.bluetooth.hci_rpmsg.df.bt_ll_sw_split: 85 sample.bluetooth.hci_rpmsg.df.no_phy_coded.bt_ll_sw_split:
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_peripheral/ |
D | prj.conf | 9 CONFIG_BT_DEVICE_NAME="DF Conn App"
|
/Zephyr-Core-3.5.0/tests/crypto/tinycrypt/src/ |
D | ctr_prng.c | 61 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256, 84 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256, 107 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256, 130 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256, 154 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256, 177 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256, 200 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256, 223 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_df_internal.h | 20 /* Initialized DF sync configuration. */
|
/Zephyr-Core-3.5.0/arch/x86/zefi/ |
D | zefi.py | 124 df = open("data.dat", "ab") 125 df.write(data_blob) 126 df.close()
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connectionless_cte_rx/src/ |
D | common.c | 52 * because it is not required to test DF functionality. in common_create_per_sync_set()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ |
D | Kconfig.df | 6 # BT_CTLR_DF_SUPPORT is a wrapper for all DF features. It is referenced by Host 7 # to enable its DF related Kconfigs when build together with the Controller. 8 # It is required to enable it when Controller supports any DF related feature
|
/Zephyr-Core-3.5.0/tests/drivers/flash/common/boards/ |
D | nrf52840dk_mx25l51245g.overlay | 60 10 d8 00 ff d6 49 c5 00 81 df 04 e3 44 03 67 38
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_df.c | 166 * Sets up DF related PSEL.DFEGPIO registers to give possibility to Radio 386 * Note: Only registers that turn off the DF feature and those in radio_df_reset()
|
/Zephyr-Core-3.5.0/samples/subsys/llext/shell_loader/ |
D | README.rst | 88 00000000 l df *ABS* 00000000 hello_world.c
|
/Zephyr-Core-3.5.0/doc/_static/css/ |
D | dark.css | 31 --link-color-hover: #9df;
|
/Zephyr-Core-3.5.0/boards/arm/stm32l562e_dk/ |
D | stm32l562e_dk_common.dtsi | 158 81 df 04 e3 44 03 67 38
|
12