Skip to content

Commit

Permalink
[driver] radio: dw3110 Remove outdated TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Javask committed Aug 22, 2024
1 parent 123c0d4 commit eb86556
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modm/driver/radio/dw3110/dw3110_phy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Dw3110Phy : public modm::SpiDevice<SpiMaster>, protected modm::NestedResum

// Set the time spent listening for competing transmissions on CCA commands
// Unit is in counts of PAC symbols
// TODO test
modm::ResumableResult<void>
setCCATimeout(uint16_t timeout);

Expand All @@ -82,7 +81,6 @@ class Dw3110Phy : public modm::SpiDevice<SpiMaster>, protected modm::NestedResum
setEnableFastTurnaround(bool value);

// Read the value of the internal chip clock
// TODO test
modm::ResumableResult<uint32_t>
readChipTime();

Expand All @@ -105,14 +103,12 @@ class Dw3110Phy : public modm::SpiDevice<SpiMaster>, protected modm::NestedResum

// Set the time between RX of a packet and the TX of the acknowledgement
// Specified in number of preamble symbols, so time depends on the PRF
// TODO test
modm::ResumableResult<void>
setAcknowledgeTurnaround(uint8_t time);

// Set the time between a transmission and the start of RX on any of the RX
// after TX commands This can be used to delay turning on of the receiver
// after transmission to save on power.
// TODO test
modm::ResumableResult<void>
setWaitForResponseTime(modm::PreciseClock::duration time);

Expand Down

0 comments on commit eb86556

Please sign in to comment.