14.8.39 CSMA_BE

The register CSMA_BE contains the backoff exponents for the CSMA-CA algorithm.

Note: If MIN_BE = 0 and MAX_BE = 0 the CCA backoff period is always set to zero.
Name: CSMA_BE
Offset: 0x2F
Reset: 0x53
Property: -

Bit 76543210 
 MAX_BE[3:0]MIN_BE[3:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 01010011 

Bits 7:4 – MAX_BE[3:0] MAX_BE

Maximum backoff exponent in the CSMA-CA algorithm.

Table 14-120. MAX_BE
Value Description
0x5

Register bits MAX_BE defines the maximum backoff exponent used in the CSMA-CA algorithm to generate a pseudo random number for CCA backoff.

Valid values are [0x8, 0x7, …, 0x0].

For details refer to [2] IEEE 802.15.4-2006, Section 7.5.1.4.

Bits 3:0 – MIN_BE[3:0] MIN_BE

Minimum backoff exponent in the CSMA-CA algorithm.

Table 14-119. MIN_BE
Value Description
0x3

Register bits MIN_BE defines the minimum backoff exponent used in the CSMA-CA algorithm to generate a pseudo random number for CCA backoff.

Valid values are [MAX_BE, (MAX_BE – 1), …, 0x0].