Home
last modified time | relevance | path

Searched defs:p_data (Results 1 – 25 of 39) sorted by relevance

12

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_swi.c127 …uint8_t * p_data; ///< Pointer to a buffer containing PHR and PSDU of the… member
161 const uint8_t * p_data; ///< Pointer to a buffer to modulate the carrier wave with. member
168 uint8_t * p_data; ///< Pointer to receive buffer to free. member
202 uint8_t * p_data; member
232 uint8_t * p_data; member
391 uint8_t * p_data, in swi_transmit()
486 const uint8_t * p_data, in swi_modulated_carrier()
508 static void swi_buffer_free(uint8_t * p_data, bool * p_result) in swi_buffer_free()
603 static void swi_transmit_at(uint8_t * p_data, in swi_transmit_at()
660 static void swi_csma_ca_start(uint8_t * p_data, in swi_csma_ca_start()
[all …]
Dnrf_802154.c100 static void tx_buffer_fill_for_modulated_carrier(const uint8_t * p_data) in tx_buffer_fill_for_modulated_carrier()
116 static inline bool are_extra_cca_attempts_valid(const nrf_802154_transmit_at_metadata_t * p_data) in are_extra_cca_attempts_valid()
439 bool nrf_802154_transmit_raw(uint8_t * p_data, in nrf_802154_transmit_raw()
493 bool nrf_802154_transmit_raw_at(uint8_t * p_data, in nrf_802154_transmit_raw_at()
604 bool nrf_802154_modulated_carrier(const uint8_t * p_data) in nrf_802154_modulated_carrier()
620 void nrf_802154_buffer_free_raw(uint8_t * p_data) in nrf_802154_buffer_free_raw()
637 bool nrf_802154_buffer_free_immediately_raw(uint8_t * p_data) in nrf_802154_buffer_free_immediately_raw()
712 const void * p_data, in nrf_802154_ack_data_set()
769 bool nrf_802154_transmit_csma_ca_raw(uint8_t * p_data, in nrf_802154_transmit_csma_ca_raw()
975 __WEAK void nrf_802154_tx_ack_started(const uint8_t * p_data) in nrf_802154_tx_ack_started()
[all …]
Dnrf_802154_request_direct.c93 uint8_t * p_data, in nrf_802154_request_transmit()
128 const uint8_t * p_data) in nrf_802154_request_modulated_carrier()
135 bool nrf_802154_request_buffer_free(uint8_t * p_data) in nrf_802154_request_buffer_free()
171 bool nrf_802154_request_transmit_raw_at(uint8_t * p_data, in nrf_802154_request_transmit_raw_at()
198 bool nrf_802154_request_csma_ca_start(uint8_t * p_data, in nrf_802154_request_csma_ca_start()
Dnrf_802154_core.c257 static uint8_t lqi_get(const uint8_t * p_data) in lqi_get()
305 static void received_frame_notify(uint8_t * p_data) in received_frame_notify()
311 static void received_frame_notify_and_nesting_allow(uint8_t * p_data) in received_frame_notify_and_nesting_allow()
1045 static bool tx_init(const uint8_t * p_data, in tx_init()
1208 static void modulated_carrier_init(const uint8_t * p_data) in modulated_carrier_init()
2703 uint8_t * p_data, in nrf_802154_core_transmit()
2907 const uint8_t * p_data) in nrf_802154_core_modulated_carrier()
2934 bool nrf_802154_core_notify_buffer_free(uint8_t * p_data) in nrf_802154_core_notify_buffer_free()
Dnrf_802154_co.c75 void nrf_802154_co_tx_ack_started(const uint8_t * p_data) in nrf_802154_co_tx_ack_started()
84 void nrf_802154_co_received_raw(uint8_t * p_data, int8_t power, uint8_t lqi) in nrf_802154_co_received_raw()
Dnrf_802154_notification_swi.c147 … uint8_t * p_data; ///< Pointer to a buffer containing PHR and PSDU of the received frame. member
317 bool swi_notify_received(uint8_t * p_data, int8_t power, uint8_t lqi) in swi_notify_received()
586 void nrf_802154_notify_received(uint8_t * p_data, int8_t power, uint8_t lqi) in nrf_802154_notify_received()
/hal_nordic-latest/nrfx/templates/
Dnrfx_glue.h168 #define NRFX_ATOMIC_FETCH_STORE(p_data, value) argument
178 #define NRFX_ATOMIC_FETCH_OR(p_data, value) argument
189 #define NRFX_ATOMIC_FETCH_AND(p_data, value) argument
200 #define NRFX_ATOMIC_FETCH_XOR(p_data, value) argument
211 #define NRFX_ATOMIC_FETCH_ADD(p_data, value) argument
222 #define NRFX_ATOMIC_FETCH_SUB(p_data, value) argument
236 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) argument
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c796 const void * p_data, in nrf_802154_ack_data_set()
1131 bool nrf_802154_modulated_carrier(const uint8_t * p_data) in nrf_802154_modulated_carrier()
1197 bool nrf_802154_transmit_csma_ca_raw(uint8_t * p_data, in nrf_802154_transmit_csma_ca_raw()
1494 bool nrf_802154_transmit_raw(uint8_t * p_data, in nrf_802154_transmit_raw()
1557 bool nrf_802154_transmit_raw_at(uint8_t * p_data, in nrf_802154_transmit_raw_at()
1654 void nrf_802154_buffer_free_raw(uint8_t * p_data) in nrf_802154_buffer_free_raw()
Dnrf_802154_spinel_dec_app.c729 __WEAK void nrf_802154_received_timestamp_raw(uint8_t * p_data, in nrf_802154_received_timestamp_raw()
748 __WEAK void nrf_802154_transmitted_raw(uint8_t * p_data, in nrf_802154_transmitted_raw()
756 __WEAK void nrf_802154_transmit_failed(uint8_t * p_data, in nrf_802154_transmit_failed()
766 __WEAK void nrf_802154_tx_ack_started(const uint8_t * p_data) in nrf_802154_tx_ack_started()
Dnrf_802154_spinel_net.c172 void nrf_802154_tx_ack_started(const uint8_t * p_data) in nrf_802154_tx_ack_started()
202 void nrf_802154_received_timestamp_raw(uint8_t * p_data, in nrf_802154_received_timestamp_raw()
Dnrf_802154_spinel.c116 void nrf_802154_spinel_encoded_packet_received(const void * p_data, size_t data_len) in nrf_802154_spinel_encoded_packet_received()
Dnrf_802154_buffer_mgr_dst.c64 const void * p_data, in nrf_802154_buffer_mgr_dst_add()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c336 uint8_t const * p_data, in nrfx_uart_tx()
421 uint8_t * p_data, in nrfx_uart_rx()
577 uint8_t * p_data) in rx_done_event()
670 uint8_t * p_data = p_cb->p_rx_buffer; in irq_handler() local
Dnrfx_uarte.c880 uint8_t const * p_data, in nrfx_uarte_tx()
1101 const uint8_t * p_data, in user_handler_on_rx_done()
1127 const uint8_t * p_data, in user_handler_on_tx_done()
1194 uint8_t * p_data, in handler_on_rx_done()
1360 uint8_t * p_data, in rx_buffer_set()
1442 uint8_t * p_data, in nrfx_uarte_rx_buffer_set()
1651 uint8_t * p_data, in nrfx_uarte_rx()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_flag32_allocator.c36 static bool nrfx_flag32_atomic_cas(nrfx_atomic_t * p_data, uint32_t old_value, uint32_t new_value) in nrfx_flag32_atomic_cas()
49 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/
Dnrf_802154_ack_data.c69 uint8_t p_data[NRF_802154_MAX_ACK_IE_SIZE]; /// Pointer to IE data buffer. member
595 static bool ie_data_set(uint32_t location, bool extended, const uint8_t * p_data, uint8_t data_len) in ie_data_set()
656 const void * p_data, in nrf_802154_ack_data_for_addr_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_ctrlap.h331 nrf_ctrlap_info_t const * p_data) in nrf_ctrlap_info_set()
341 nrf_ctrlap_info_t * p_data) in nrf_ctrlap_info_get()
Dnrf_ccm.h1078 nrf_ccm_cnf_t const * p_data) in nrf_ccm_cnfptr_set()
1144 uint32_t const * p_data) in nrf_ccm_inptr_set()
1175 uint32_t const * p_data) in nrf_ccm_outptr_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twi.h158 #define NRFX_TWI_XFER_DESC_TX(addr, p_data, length) \ argument
169 #define NRFX_TWI_XFER_DESC_RX(addr, p_data, length) \ argument
Dnrfx_twim.h174 #define NRFX_TWIM_XFER_DESC_TX(addr, p_data, length) \ argument
178 #define NRFX_TWIM_XFER_DESC_RX(addr, p_data, length) \ argument
Dnrfx_usbd.h231 nrfx_usbd_data_ptr_t p_data; //!< Union with available data pointers used by the driver. member
253 nrfx_usbd_data_ptr_t p_data; //!< Union with available data pointers used by the driver. member
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c126 …uint8_t * p_data; ///< Pointer to a buffer containing PHR and PSDU of the frame… member
777 bool nrf_802154_delayed_trx_transmit(uint8_t * p_data, in nrf_802154_delayed_trx_transmit()
/hal_nordic-latest/nrfs/src/services/
Dnrfs_reset.c24 nrfs_generic_t *p_data = (nrfs_generic_t *)p_notification; in nrfs_reset_service_notify() local
Dnrfs_mram.c54 nrfs_generic_t *p_data = (nrfs_generic_t *)p_notification; in nrfs_mram_service_notify() local
Dnrfs_gdpwr.c40 nrfs_generic_t *p_data = (nrfs_generic_t *)p_notification; in nrfs_gdpwr_service_notify() local

12