pub unsafe extern "C" fn nrf_modem_os_shm_tx_alloc(
    bytes: usize
) -> *mut c_void
Expand description

Allocate a buffer on the TX area of shared memory.

  • bytes - Buffer size. @returns A pointer to the allocated memory buffer or * NULL - if allocation failed.