Microchip® Advanced Software Framework

at86rf212b/inc/tal_internal.h File Reference
#include "bmm.h"
#include "qmm.h"
#include "tal_slotted_csma.h"
#include "mac_build_config.h"

Macros

#define PIN_ACK_OK_END()
 
#define PIN_ACK_OK_START()
 
#define PIN_ACK_WAITING_END()
 
#define PIN_ACK_WAITING_START()
 
#define PIN_BACKOFF_END()
 
#define PIN_BACKOFF_START()
 
#define PIN_BEACON_END()
 
#define PIN_BEACON_LOSS_TIMER_END()
 
#define PIN_BEACON_LOSS_TIMER_START()
 
#define PIN_BEACON_START()
 
#define PIN_CCA_END()
 
#define PIN_CCA_START()
 
#define PIN_CSMA_END()
 
#define PIN_CSMA_START()
 
#define PIN_NO_ACK_END()
 
#define PIN_NO_ACK_START()
 
#define PIN_TX_END()
 
#define PIN_TX_START()
 
#define PIN_WAITING_FOR_BEACON_END()
 
#define PIN_WAITING_FOR_BEACON_START()
 
#define TAL_PSDU_US_PER_OCTET(octets)
 Conversion of number of PSDU octets to duration in microseconds. More...
 
#define TRX_IRQ_DEFAULT   TRX_IRQ_3_TRX_END | TRX_IRQ_2_RX_START
 

Typedefs

typedef enum tal_state_tag tal_state_t
 TAL states. More...
 

Enumerations

enum  tal_state_tag {
  TAL_IDLE = 0,
  TAL_TX_AUTO = 1,
  TAL_TX_DONE = 2,
  TAL_SLOTTED_CSMA = 3,
  TAL_IDLE = 0,
  TAL_TX_AUTO = 1,
  TAL_TX_DONE = 2,
  TAL_SLOTTED_CSMA = 3,
  TAL_IDLE = 0,
  TAL_TX_AUTO = 1,
  TAL_TX_DONE = 2,
  TAL_SLOTTED_CSMA = 3,
  TAL_IDLE = 0,
  TAL_TX_AUTO = 1,
  TAL_TX_DONE = 2,
  TAL_SLOTTED_CSMA = 3,
  TAL_IDLE = 0,
  TAL_TX_AUTO = 1,
  TAL_TX_DONE = 2,
  TAL_SLOTTED_CSMA = 3
}
 TAL states. More...
 

Functions

tal_trx_status_t set_trx_state (trx_cmd_t trx_cmd)
 Sets transceiver state. More...
 

Variables

uint8_t last_frame_length
 
frame_info_tmac_frame_ptr
 Frame pointer for the frame structure provided by the MCL. More...
 
volatile bool tal_awake_end_flag
 
csma_state_t tal_csma_state
 CSMA state machine variable. More...
 
uint8_t * tal_frame_to_tx
 Pointer to the 15.4 frame created by the TAL to be handed over to the transceiver. More...
 
queue_t tal_incoming_frame_queue
 Queue that contains all frames that are uploaded from the trx, but have not be processed by the MCL yet. More...
 
buffer_t * tal_rx_buffer
 Pointer to receive buffer that can be used to upload a frame from the trx. More...
 
bool tal_rx_on_required
 Indicates if the transceiver needs to switch on its receiver by tal_task(), because it could not be switched on due to buffer shortage. More...
 
uint32_t tal_rx_timestamp
 Timestamp The timestamping is only required for beaconing networks or if timestamping is explicitly enabled. More...
 
tal_state_t tal_state
 Current state of the TAL state machine. More...
 
tal_trx_status_t tal_trx_status
 Current state of the transceiver. More...
 

#define PIN_ACK_OK_END ( )
#define PIN_ACK_OK_START ( )
#define PIN_ACK_WAITING_END ( )
#define PIN_ACK_WAITING_START ( )
#define PIN_BACKOFF_END ( )
#define PIN_BACKOFF_START ( )
#define PIN_BEACON_END ( )
#define PIN_BEACON_LOSS_TIMER_END ( )
#define PIN_BEACON_LOSS_TIMER_START ( )
#define PIN_BEACON_START ( )
#define PIN_CCA_END ( )
#define PIN_CCA_START ( )
#define PIN_CSMA_END ( )
#define PIN_CSMA_START ( )
#define PIN_NO_ACK_END ( )
#define PIN_NO_ACK_START ( )
#define PIN_TX_END ( )
#define PIN_TX_START ( )
#define PIN_WAITING_FOR_BEACON_END ( )
#define PIN_WAITING_FOR_BEACON_START ( )
#define TAL_PSDU_US_PER_OCTET (   octets)
Value:
( \
tal_pib.CurrentPage == 0 ? \
(tal_pib.CurrentChannel == 0 ? (uint16_t)(octets) * \
400 : (uint16_t)(octets) * 200) : \
( \
tal_pib.CurrentPage == 2 ? \
(tal_pib.CurrentChannel == 0 ? (uint16_t)(octets) * \
80 : (uint16_t)(octets) * 32) : \
( \
/* tal_pib.CurrentPage == 5 ? */ \
(uint16_t)(octets) * 32 \
) \
) \
)
tal_pib_t tal_pib
Definition: at86rf231/src/tal.c:80

Conversion of number of PSDU octets to duration in microseconds.

#define TRX_IRQ_DEFAULT   TRX_IRQ_3_TRX_END | TRX_IRQ_2_RX_START

typedef enum tal_state_tag tal_state_t

TAL states.

TAL states.

Enumerator
TAL_IDLE 
TAL_TX_AUTO 
TAL_TX_DONE 
TAL_SLOTTED_CSMA 
TAL_IDLE 
TAL_TX_AUTO 
TAL_TX_DONE 
TAL_SLOTTED_CSMA 
TAL_IDLE 
TAL_TX_AUTO 
TAL_TX_DONE 
TAL_SLOTTED_CSMA 
TAL_IDLE 
TAL_TX_AUTO 
TAL_TX_DONE 
TAL_SLOTTED_CSMA 
TAL_IDLE 
TAL_TX_AUTO 
TAL_TX_DONE 
TAL_SLOTTED_CSMA 

uint8_t last_frame_length
frame_info_t* mac_frame_ptr

Frame pointer for the frame structure provided by the MCL.

volatile bool tal_awake_end_flag
csma_state_t tal_csma_state

CSMA state machine variable.

uint8_t* tal_frame_to_tx

Pointer to the 15.4 frame created by the TAL to be handed over to the transceiver.

queue_t tal_incoming_frame_queue

Queue that contains all frames that are uploaded from the trx, but have not be processed by the MCL yet.

buffer_t* tal_rx_buffer

Pointer to receive buffer that can be used to upload a frame from the trx.

uint32_t tal_rx_timestamp

Timestamp The timestamping is only required for beaconing networks or if timestamping is explicitly enabled.

Referenced by handle_received_frame_irq(), and trx_irq_handler_cb().