Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c930 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/
Dieee802154_radio.h1218 } rx_slot; member
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c1021 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/
Deth_litex_liteeth.c331 .rx_slot_addr = DT_INST_REG_ADDR_BY_NAME(n, rx_slot), \
/Zephyr-latest/modules/openthread/platform/
Dradio.c815 .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/
Driscv32-litex-vexriscv.dtsi201 reg-names = "rx_slot",