Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers hci_mem_pool_internal.h Source File

hci_mem_pool_internal.h

Go to the documentation of this file.
00001 /* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
00002  *
00003  * The information contained herein is property of Nordic Semiconductor ASA.
00004  * Terms and conditions of usage are described in detail in NORDIC
00005  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
00006  *
00007  * Licensees are granted free, non-transferable use of the information. NO
00008  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
00009  * the file.
00010  *
00011  */
00012 
00013 /** @file
00014  *
00015  * @defgroup memory_pool_internal Memory Pool Internal
00016  * @{
00017  * @ingroup memory_pool
00018  *
00019  * @brief Memory pool internal definitions
00020  */
00021 
00022 #ifndef MEM_POOL_INTERNAL_H__
00023 #define MEM_POOL_INTERNAL_H__
00024 
00025 #define TX_BUF_SIZE       4u    /**< TX buffer size in bytes. */
00026 #define RX_BUF_SIZE       32u   /**< RX buffer size in bytes. */
00027 
00028 #define RX_BUF_QUEUE_SIZE 8u     /**< RX buffer element size. */
00029 
00030 #endif // MEM_POOL_INTERNAL_H__
00031 
00032 /** @} */