Searched refs:rx_slot (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 930 custom_configure_rx_slot_mock_config.rx_slot.channel = config->rx_slot.channel; in custom_configure_csl_rx_slot() 931 custom_configure_rx_slot_mock_config.rx_slot.start = config->rx_slot.start; in custom_configure_csl_rx_slot() 932 custom_configure_rx_slot_mock_config.rx_slot.duration = config->rx_slot.duration; in custom_configure_csl_rx_slot() 948 zassert_equal(channel, custom_configure_rx_slot_mock_config.rx_slot.channel); in ZTEST() 949 zassert_equal(start * NSEC_PER_USEC, custom_configure_rx_slot_mock_config.rx_slot.start); in ZTEST() 951 custom_configure_rx_slot_mock_config.rx_slot.duration); in ZTEST()
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 1218 } rx_slot; member
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 1021 nrf_802154_receive_at(config->rx_slot.start / NSEC_PER_USEC, in nrf5_configure() 1022 config->rx_slot.duration / NSEC_PER_USEC, in nrf5_configure() 1023 config->rx_slot.channel, DRX_SLOT_RX); in nrf5_configure()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_litex_liteeth.c | 331 .rx_slot_addr = DT_INST_REG_ADDR_BY_NAME(n, rx_slot), \
|
/Zephyr-latest/modules/openthread/platform/ |
D | radio.c | 815 .rx_slot.channel = aChannel, in otPlatRadioReceiveAt() 816 .rx_slot.start = convert_32bit_us_wrapped_to_64bit_ns(aStart), in otPlatRadioReceiveAt() 817 .rx_slot.duration = (net_time_t)aDuration * NSEC_PER_USEC, in otPlatRadioReceiveAt()
|
/Zephyr-latest/dts/riscv/ |
D | riscv32-litex-vexriscv.dtsi | 201 reg-names = "rx_slot",
|