Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Group_tal_init

Macros

#define P_ON_TO_CLKM_ATTEMPTS
 
#define P_ON_TO_TRX_OFF_ATTEMPTS
 
#define SLEEP_TO_TRX_OFF_ATTEMPTS
 
#define TRX_POLL_WAIT_TIME_US   (100)
 

Functions

static retval_t internal_tal_reset (bool set_default_pib)
 Internal TAL reset function. More...
 
void tal_generate_rand_seed (void)
 Generates a 16-bit random number used as initial seed for srand() More...
 
retval_t tal_init (void)
 Initializes the TAL. More...
 
retval_t tal_reset (bool set_default_pib)
 
static retval_t tal_timer_init (void)
 Initializes all timers used by the TAL module by assigning id's to each of them. More...
 
static void tal_timers_stop (void)
 Stops all initialized TAL timers. More...
 
static void trx_config (void)
 Configures the transceiver. More...
 
static retval_t trx_init (void)
 Initializes the transceiver. More...
 
static retval_t trx_reset (void)
 Reset transceiver. More...
 

Variables

uint8_t TAL_CSMA_BEACON_LOSS_TIMER
 
uint8_t TAL_CSMA_CCA
 

#define P_ON_TO_CLKM_ATTEMPTS
Value:
((uint8_t) \
#define TRX_POLL_WAIT_TIME_US
Definition: at86rf232/src/tal_init.c:80
#define P_ON_TO_CLKM_AVAILABLE_MAX_US
Definition: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h:77

Referenced by trx_init().

#define P_ON_TO_TRX_OFF_ATTEMPTS
Value:
((uint8_t) \
#define TRX_POLL_WAIT_TIME_US
Definition: at86rf232/src/tal_init.c:80
#define P_ON_TO_TRX_OFF_AFTER_CLKM_AVAILABLE_MAX_US
Definition: avr2025_mac/source/tal/at86rf233/inc/at86rf233.h:92

Referenced by trx_init().

#define SLEEP_TO_TRX_OFF_ATTEMPTS
Value:
((uint8_t) \
#define TRX_POLL_WAIT_TIME_US
Definition: at86rf232/src/tal_init.c:80
#define SLEEP_TO_TRX_OFF_MAX_US
Definition: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h:81

Referenced by trx_reset().

#define TRX_POLL_WAIT_TIME_US   (100)

Referenced by trx_init(), and trx_reset().

static retval_t internal_tal_reset ( bool  set_default_pib)
static

Internal TAL reset function.

Parameters
set_default_pibDefines whether PIB values need to be set to its default values
Returns
MAC_SUCCESS if the transceiver state is changed to TRX_OFF and the current device part number and version number are correct; FAILURE otherwise

References CSMA_IDLE, FAILURE, init_tal_pib(), MAC_SUCCESS, tal_csma_state, tal_generate_rand_seed(), TAL_IDLE, tal_rx_on_required, tal_state, trx_config(), trx_reset(), and write_all_tal_pib_to_trx().

Referenced by tal_init(), and tal_reset().

void tal_generate_rand_seed ( void  )

Generates a 16-bit random number used as initial seed for srand()

This function generates a 16-bit random number by means of using the Random Number Generator from the transceiver. The Random Number Generator generates 2-bit random values. These 2-bit random values are concatenated to the required 16-bit random seed. The generated random 16-bit number is feed into function srand() as initial seed. The transceiver state is initally set to RX_ON. After the completion of the random seed generation, the trancseiver is set to TRX_OFF.

This function generates a 16-bit random number by means of using the Random Number Generator from the transceiver.

The generated random 16-bit number is feed into function srand() as initial seed.

References CMD_FORCE_TRX_OFF, CMD_RX_ON, pal_trx_irq_flag_clr, PAL_WAIT_1_US, RG_IRQ_STATUS, RX_ENABLE, RX_ON, set_trx_state(), SR_RND_VALUE, SR_RX_PDT_DIS, and trx_state.

retval_t tal_init ( void  )

Initializes the TAL.

This function is called to initialize the TAL. The transceiver is initialized, the TAL PIBs are set to their default values, and the TAL state machine is set to TAL_IDLE state.

Returns
MAC_SUCCESS if the transceiver state is changed to TRX_OFF and the current device part number and version number are correct; FAILURE otherwise

References EE_IEEE_ADDR, FAILURE, FUNC_PTR, internal_tal_reset(), MAC_SUCCESS, NULL, pal_init(), pal_trx_irq_en, pal_trx_irq_en_tstamp, pal_trx_irq_init_tstamp(), tal_incoming_frame_queue, tal_pib, tal_rx_buffer, tal_timer_init(), tfa_init(), trx_init(), trx_irq_handler_cb(), and trx_irq_timestamp_handler_cb().

static retval_t tal_timer_init ( void  )
static

Initializes all timers used by the TAL module by assigning id's to each of them.

References FAILURE, MAC_SUCCESS, pal_timer_get_id(), TAL_CSMA_BEACON_LOSS_TIMER, and TAL_CSMA_CCA.

Referenced by tal_init().

static void tal_timers_stop ( void  )
static

Stops all initialized TAL timers.

References pal_timer_stop(), TAL_CSMA_BEACON_LOSS_TIMER, and TAL_CSMA_CCA.

Referenced by tal_reset().

static void trx_config ( void  )
static

Configures the transceiver.

This function is called to configure the transceiver after reset.

static retval_t trx_init ( void  )
static

Initializes the transceiver.

This function is called to initialize the transceiver.

Returns
MAC_SUCCESS if the transceiver state is changed to TRX_OFF and the current device part number and version number are correct; FAILURE otherwise

References CMD_TRX_OFF, FAILURE, MAC_SUCCESS, P_ON_TO_CLKM_ATTEMPTS, P_ON_TO_CLKM_AVAILABLE_TYP_US, P_ON_TO_TRX_OFF_ATTEMPTS, pal_timer_delay, PART_NUM_AT86RF232, RG_PART_NUM, RG_TRX_STATE, RST_PULSE_WIDTH_US, SR_TRX_STATUS, tal_trx_status, TRX_OFF, and TRX_POLL_WAIT_TIME_US.

Referenced by tal_init().

static retval_t trx_reset ( void  )
static

Reset transceiver.

Returns
MAC_SUCCESS if the transceiver state is changed to TRX_OFF FAILURE otherwise

References FAILURE, MAC_SUCCESS, pal_timer_delay, RST_PULSE_WIDTH_US, SLEEP_TO_TRX_OFF_ATTEMPTS, SLEEP_TO_TRX_OFF_TYP_US, SR_TRX_STATUS, stb_restart(), tal_trx_status, TRX_OFF, and TRX_POLL_WAIT_TIME_US.

uint8_t TAL_CSMA_BEACON_LOSS_TIMER
uint8_t TAL_CSMA_CCA