Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c940 custom_configure_rx_slot_mock_config.rx_slot.channel = config->rx_slot.channel; in custom_configure_csl_rx_slot()
941 custom_configure_rx_slot_mock_config.rx_slot.start = config->rx_slot.start; in custom_configure_csl_rx_slot()
942 custom_configure_rx_slot_mock_config.rx_slot.duration = config->rx_slot.duration; in custom_configure_csl_rx_slot()
958 zassert_equal(channel, custom_configure_rx_slot_mock_config.rx_slot.channel); in ZTEST()
959 zassert_equal(start * NSEC_PER_USEC, custom_configure_rx_slot_mock_config.rx_slot.start); in ZTEST()
961 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()
Dieee802154_mcxw.c1178 mcxw_receive_at(config->rx_slot.channel, config->rx_slot.start / NSEC_PER_USEC, in mcxw_configure()
1179 config->rx_slot.duration / NSEC_PER_USEC); in mcxw_configure()
/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c330 .rx_slot_addr = DT_INST_REG_ADDR_BY_NAME(n, rx_slot), \
/Zephyr-latest/modules/openthread/platform/
Dradio.c829 .rx_slot.channel = aChannel, in otPlatRadioReceiveAt()
830 .rx_slot.start = convert_32bit_us_wrapped_to_64bit_ns(aStart), in otPlatRadioReceiveAt()
831 .rx_slot.duration = (net_time_t)aDuration * NSEC_PER_USEC, in otPlatRadioReceiveAt()
/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi201 reg-names = "rx_slot",