#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include "pal.h"
#include "return_val.h"
#include "tal.h"
#include "tal_constants.h"
#include "at86rf233.h"
#include "tal_internal.h"
#include "sal_types.h"
#include "stb.h"
Functions | |
retval_t | tal_trx_sleep (sleep_mode_t mode) |
retval_t | tal_trx_wakeup (void) |
retval_t tal_trx_sleep | ( | sleep_mode_t | mode | ) |
References CMD_DEEP_SLEEP, CMD_SLEEP, CMD_TRX_OFF, DEEP_SLEEP_MODE, MAC_INVALID_PARAMETER, MAC_SUCCESS, mode, pal_timer_source_select(), pal_timer_stop(), set_trx_state(), SLEEP_MODE_1, stb_restart(), TAL_BUSY, TAL_IDLE, tal_rx_on_required, tal_state, TAL_TRX_ASLEEP, tal_trx_status, TMR_CLK_SRC_DURING_TRX_SLEEP, TRX_DEEP_SLEEP, TRX_OFF, and TRX_SLEEP.
retval_t tal_trx_wakeup | ( | void | ) |