nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ SDC_MEM_PER_PERIPHERAL_LINK

#define SDC_MEM_PER_PERIPHERAL_LINK (   tx_size,
  rx_size,
  tx_count,
  rx_count 
)

#include <softdevice_controller/include/sdc.h>

Value:
(__MEM_MINIMAL_PERIPHERAL_LINK_SIZE + \
__MEM_ADDITIONAL_LINK_SIZE(tx_size, rx_size, tx_count, rx_count))

Maximum memory required per peripheral link.

Parameters
[in]tx_sizeLink Layer TX packet size.
[in]rx_sizeLink Layer RX packet size.
[in]tx_countLink Layer TX packet count.
[in]rx_countLink Layer RX packet count.