Management of the radar pulses received from PHY. More...
|
Data Structures | |
| struct | rd_env_tag |
| RX control environment declaration. More... | |
Functions | |
| void | rd_init (void) |
| This function initializes the radar pulse manager. | |
| void | rd_event_ind (int rd_idx) |
| Indicate to the RD module that a radar event has been detected by the PHY. | |
Variables | |
| struct rd_env_tag | rd_env |
| Radar environment variable. | |
Management of the radar pulses received from PHY.
| void rd_event_ind | ( | int | rd_idx | ) |
Indicate to the RD module that a radar event has been detected by the PHY.
| [in] | rd_idx | Index of the radar detection chain on which pulses have been detected |
Referenced by phy_rc_isr().
| void rd_init | ( | void | ) |
This function initializes the radar pulse manager.
1.6.1