Home
last modified time | relevance | path

Searched defs:ReceiveAt (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/gtest/
Dfake_platform.hpp82 virtual otError ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt() function in ot::FakePlatform
/openthread-latest/src/core/radio/
Dradio.hpp964 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt() function in ot::Radio
1089 inline Error Radio::ReceiveAt(uint8_t, uint32_t, uint32_t) { return kErrorNone; } in ReceiveAt() function in ot::Radio
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1737 otError RadioSpinel::ReceiveAt(uint64_t aWhen, uint32_t aDuration, uint8_t aChannel) in ReceiveAt() function in ot::Spinel::RadioSpinel