Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Common Stack Definitions

Includes Stack Definitions.

Macros

#define EXTRA_RTB_BUFFER   (0)
 
#define LARGE_BUFFER_SIZE
 The following macros hold the size of a large buffer. More...
 
#define MAC   (4)
 
#define NUMBER_OF_LARGE_STACK_BUFS   (3)
 
#define NUMBER_OF_RTB_TIMERS   (0)
 
#define NUMBER_OF_SMALL_STACK_BUFS   (0)
 
#define NUMBER_OF_TOTAL_STACK_TIMERS   (NUMBER_OF_TAL_TIMERS)
 
#define PAL   (1)
 
#define RF4CE   (5)
 
#define RTB   (3)
 
#define SMALL_BUFFER_SIZE
 The following macro holds the size of a small buffer. More...
 
#define TAL   (2)
 

#define EXTRA_RTB_BUFFER   (0)
#define LARGE_BUFFER_SIZE
Value:
(sizeof(frame_info_t) + \
struct frame_info_tag frame_info_t
Globally used frame information structure.
#define ED_VAL_LEN
Length of the ED value parameter number field.
Definition: ieee_const.h:1287
#define aMaxPHYPacketSize
Maximum size of PHY packet.
Definition: ieee_const.h:81
#define LENGTH_FIELD_LEN
Size of the length parameter.
Definition: ieee_const.h:1277
#define LQI_LEN
Length of the LQI number field.
Definition: ieee_const.h:1282

The following macros hold the size of a large buffer.

Additional octets for the length of the frame, the LQI and the ED value are required.

Referenced by bmm_buffer_alloc(), bmm_buffer_init(), configure_frame_sending(), configure_pkt_stream_frames(), configure_range_test_frame_sending(), handle_received_frame_irq(), tal_init(), tal_task(), and transmit_frame().

#define MAC   (4)
#define NUMBER_OF_LARGE_STACK_BUFS   (3)
#define NUMBER_OF_RTB_TIMERS   (0)
#define NUMBER_OF_SMALL_STACK_BUFS   (0)
#define NUMBER_OF_TOTAL_STACK_TIMERS   (NUMBER_OF_TAL_TIMERS)
#define PAL   (1)
#define RF4CE   (5)
#define RTB   (3)
#define SMALL_BUFFER_SIZE
Value:
(sizeof(frame_info_t) + \
struct frame_info_tag frame_info_t
Globally used frame information structure.
#define ED_VAL_LEN
Length of the ED value parameter number field.
Definition: ieee_const.h:1287
#define LENGTH_FIELD_LEN
Size of the length parameter.
Definition: ieee_const.h:1277
#define LQI_LEN
Length of the LQI number field.
Definition: ieee_const.h:1282
#define MAX_MGMT_FRAME_LENGTH
Maximum size of the management frame(Association Response frame)
Definition: ieee_const.h:73

The following macro holds the size of a small buffer.

Additional octets for the length of the frame, the LQI and the ED value are required.

Referenced by bmm_buffer_alloc(), and bmm_buffer_init().

#define TAL   (2)