Searched refs:rx_slot (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/tests/subsys/openthread/ |
| D | radio_test.c | 940 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/ |
| 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()
|
| D | ieee802154_mcxw.c | 1178 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/ |
| D | eth_litex_liteeth.c | 330 .rx_slot_addr = DT_INST_REG_ADDR_BY_NAME(n, rx_slot), \
|
| /Zephyr-latest/modules/openthread/platform/ |
| D | radio.c | 829 .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/ |
| D | riscv32-litex-vexriscv.dtsi | 201 reg-names = "rx_slot",
|