nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_802154_request.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017, Nordic Semiconductor ASA
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:
9 *
10 * 1. Redistributions of source code must retain the above copyright notice, this
11 * list of conditions and the following disclaimer.
12 *
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 *
17 * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
18 * contributors may be used to endorse or promote products derived from this
19 * software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
25 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 * POSSIBILITY OF SUCH DAMAGE.
32 *
33 */
34
35#ifndef NRF_802154_REQUEST_H__
36#define NRF_802154_REQUEST_H__
37
38#include <stdbool.h>
39#include <stdint.h>
40
41#include "nrf_802154_const.h"
44
45#ifdef __cplusplus
46extern "C" {
47#endif
48
60
70
71#if NRF_802154_CSMA_CA_CANCEL_ENABLED
72
82bool nrf_802154_request_sleep_with_cancel_csma_ca(nrf_802154_term_t term_lvl);
83
84#endif /* NRF_802154_CSMA_CA_CANCEL_ENABLED */
85
99 req_originator_t req_orig,
100 nrf_802154_notification_func_t notify_function,
101 bool notify_abort,
102 uint32_t id);
103
114 req_originator_t req_orig,
116
124
135
145
146#if NRF_802154_CARRIER_FUNCTIONS_ENABLED
147
157
168 const uint8_t * p_data);
169
170#endif /* NRF_802154_CARRIER_FUNCTIONS_ENABLED */
171
177bool nrf_802154_request_buffer_free(uint8_t * p_data);
178
183
190
195
200
205
206#if NRF_802154_DELAYED_TRX_ENABLED
224 const nrf_802154_frame_t * p_frame,
225 uint64_t tx_time,
226 const nrf_802154_transmit_at_metadata_t * p_metadata);
227
235
249bool nrf_802154_request_receive_at(uint64_t rx_time,
250 uint32_t timeout,
251 uint8_t channel,
252 uint32_t id);
253
265
278
279#endif /* NRF_802154_DELAYED_TRX_ENABLED */
280
293 const nrf_802154_frame_t * p_frame,
294 const nrf_802154_transmit_csma_ca_metadata_t * p_metadata);
295
300#ifdef __cplusplus
301}
302#endif
303
304#endif /* NRF_802154_REQUEST_H__ */
void(* nrf_802154_notification_func_t)(bool result)
Function type used for notifications from critical sections in the core module.
Definition nrf_802154_notification.h:63
nrf_802154_tx_error_t nrf_802154_request_transmit(nrf_802154_term_t term_lvl, req_originator_t req_orig, nrf_802154_transmit_params_t *p_params)
Request entering the RADIO_STATE_TX state for the driver.
void nrf_802154_request_init(void)
Initializes the request module.
bool nrf_802154_request_channel_update(req_originator_t req_orig)
Requests the driver to update the channel number used by the RADIO peripheral.
bool nrf_802154_request_cca(nrf_802154_term_t term_lvl)
Requests entering the RADIO_STATE_CCA state.
bool nrf_802154_request_ack_timeout_handle(const nrf_802154_ack_timeout_handle_params_t *p_param)
Request to handle Ack timeout by the core module.
bool nrf_802154_request_buffer_free(uint8_t *p_data)
Requests the driver to free the given buffer.
nrf_802154_tx_error_t nrf_802154_request_csma_ca_start(const nrf_802154_frame_t *p_frame, const nrf_802154_transmit_csma_ca_metadata_t *p_metadata)
Requests CSMA-CA procedure for the transmission of a given frame.
bool nrf_802154_request_receive(nrf_802154_term_t term_lvl, req_originator_t req_orig, nrf_802154_notification_func_t notify_function, bool notify_abort, uint32_t id)
Requests entering the RADIO_STATE_RX state for the driver.
bool nrf_802154_request_antenna_update(void)
Requests the driver to update the antenna used.
bool nrf_802154_request_modulated_carrier(nrf_802154_term_t term_lvl, const uint8_t *p_data)
Requests entering the RADIO_STATE_MODULATED_CARRIER state.
bool nrf_802154_request_receive_at_cancel(uint32_t id)
Requests a call to nrf_802154_delayed_trx_receive_cancel.
nrf_802154_tx_error_t nrf_802154_request_transmit_raw_at(const nrf_802154_frame_t *p_frame, uint64_t tx_time, const nrf_802154_transmit_at_metadata_t *p_metadata)
Requests a call to nrf_802154_delayed_trx_transmit.
bool nrf_802154_request_rssi_measurement_get(int8_t *p_rssi)
Requests getting the last RSSI measurement result.
bool nrf_802154_request_sleep(nrf_802154_term_t term_lvl)
Requests entering the RADIO_STATE_SLEEP state for the driver.
bool nrf_802154_request_receive_at(uint64_t rx_time, uint32_t timeout, uint8_t channel, uint32_t id)
Requests a call to nrf_802154_delayed_trx_receive.
bool nrf_802154_request_rssi_measure(void)
Requests the RSSI measurement.
bool nrf_802154_request_transmit_at_cancel(void)
Requests a call to nrf_802154_delayed_trx_transmit_cancel.
bool nrf_802154_request_cca_cfg_update(void)
Requests the driver to update the CCA configuration used by the RADIO peripheral.
bool nrf_802154_request_energy_detection(nrf_802154_term_t term_lvl, uint32_t time_us)
Requests entering the RADIO_STATE_ED state.
bool nrf_802154_request_continuous_carrier(nrf_802154_term_t term_lvl)
Requests entering the RADIO_STATE_CONTINUOUS_CARRIER state.
bool nrf_802154_request_receive_at_scheduled_cancel(uint32_t id)
Requests a call to nrf_802154_request_receive_at_scheduled_cancel.
uint8_t nrf_802154_term_t
Termination level selected for a particular request.
Definition nrf_802154_types.h:162
uint8_t nrf_802154_tx_error_t
Errors reported during the frame transmission.
Definition nrf_802154_types.h:88
req_originator_t
Definition nrf_802154_const.h:235
Definition nrf_802154_types_internal.h:136
Definition nrf_802154_frame.h:139
Structure with transmit request metadata for scheduling transmission at a specific time.
Definition nrf_802154_types.h:443
Structure with transmit request metadata for transmission preceded by CSMA-CA procedure.
Definition nrf_802154_types.h:456
Definition nrf_802154_types_internal.h:121