Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/subsys/openthread/
Dradio_test.c928 custom_configure_rx_slot_mock_config.rx_slot.channel = config->rx_slot.channel; in custom_configure_csl_rx_slot()
929 custom_configure_rx_slot_mock_config.rx_slot.start = config->rx_slot.start; in custom_configure_csl_rx_slot()
930 custom_configure_rx_slot_mock_config.rx_slot.duration = config->rx_slot.duration; in custom_configure_csl_rx_slot()
946 zassert_equal(channel, custom_configure_rx_slot_mock_config.rx_slot.channel); in ZTEST()
947 zassert_equal(start * NSEC_PER_USEC, custom_configure_rx_slot_mock_config.rx_slot.start); in ZTEST()
949 custom_configure_rx_slot_mock_config.rx_slot.duration); in ZTEST()
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_liteeth.c40 #define LITEETH_RX_SLOT_ADDR DT_INST_REG_ADDR_BY_NAME(0, rx_slot)
/Zephyr-Core-3.5.0/include/zephyr/net/
Dieee802154_radio.h925 } rx_slot; member
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_nrf5.c920 nrf_802154_receive_at(config->rx_slot.start / NSEC_PER_USEC, in nrf5_configure()
921 config->rx_slot.duration / NSEC_PER_USEC, in nrf5_configure()
922 config->rx_slot.channel, DRX_SLOT_RX); in nrf5_configure()
/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c738 .rx_slot.channel = aChannel, in otPlatRadioReceiveAt()
739 .rx_slot.start = convert_32bit_us_wrapped_to_64bit_ns(aStart), in otPlatRadioReceiveAt()
740 .rx_slot.duration = (net_time_t)aDuration * NSEC_PER_USEC, in otPlatRadioReceiveAt()
/Zephyr-Core-3.5.0/dts/riscv/
Driscv32-litex-vexriscv.dtsi133 reg-names = "rx_slot",