|
Radio Control Layer (RCL)
|
#include <ti/drivers/dpl/HwiP.h>#include <ti/devices/DeviceFamily.h>#include <ti/drivers/rcl/hal/hal.h>#include <ti/log/Log.h>
Include dependency graph for hal_octopus.c:Macros | |
| #define | RCL_DEFAULT_HFTRACKCTL_RATIO 0x00400000U |
Enumerations | |
| enum | { SYSTIM_CH2_SETUP = 1, SYSTIM_CH2_START = 2, SYSTIM_CH2_STOP = 3 } |
Variables | |
| static HwiP_Struct | schedHwi |
| void(* | halSchedFsmCb )(void) = NULL |
| static HwiP_Struct | dispatchHwi |
| void(* | halDispatchFsmCb )(void) = NULL |
| static HwiP_Struct | commandHwi |
| void(* | halCommandFsmCb )(void) = NULL |
| enum { ... } | channel2usage = SYSTIM_CH2_SETUP |
| #define RCL_DEFAULT_HFTRACKCTL_RATIO 0x00400000U |
|
static |
References halSchedFsmCb.
Referenced by hal_init_fsm().
|
static |
References halDispatchFsmCb.
Referenced by hal_init_fsm().
|
static |
References halCommandFsmCb.
Referenced by hal_init_fsm().
| uint32_t hal_get_ifg_reg | ( | void | ) |
Referenced by RCL_Lite_CommandHwi(), and rclCommandHwi().
| void hal_init_fsm | ( | void(*)(void) | dispatchFsmCb, |
| void(*)(void) | schedFsmCb, | ||
| void(*)(void) | commandFsmCb | ||
| ) |
Referenced by RCL_init().
| void hal_trigger_command_fsm | ( | void | ) |
Referenced by RCL_Scheduler_postEvent().
| void hal_trigger_dispatch_fsm | ( | void | ) |
Referenced by rclCommandHwi().
| void hal_trigger_scheduler_fsm | ( | void | ) |
Referenced by RCL_Command_submit(), and rclDispatchHwi().
| uint32_t hal_get_current_time | ( | void | ) |
Referenced by RCL_Scheduler_getCurrentTime(), and rclSchedulerProcessCmdStartStopTime().
| void hal_enable_setup_time_irq | ( | void | ) |
Referenced by rclPowerNotify().
| void hal_setup_setup_time | ( | uint32_t | startTime | ) |
Referenced by RCL_Lite_Command_start(), and rclSchedulerHwi().
| void hal_setup_start_time | ( | uint32_t | startTime | ) |
Referenced by rclSchedulerProcessCmdStartStopTime().
| void hal_setup_hard_stop_time | ( | uint32_t | stopTime | ) |
Referenced by RCL_Scheduler_setStopTimes().
| void hal_enable_hard_stop_time_irq | ( | void | ) |
| void hal_setup_graceful_stop_time | ( | uint32_t | stopTime | ) |
Referenced by RCL_Scheduler_setStopTimes().
| void hal_enable_graceful_stop_time_irq | ( | void | ) |
Referenced by RCL_Handler_BLE5_adv(), and RCL_Handler_Generic_TxRepeat().
| void hal_cancel_setup_time | ( | void | ) |
Referenced by RCL_Lite_Command_start(), and RCL_Lite_CommandHwi().
| void hal_cancel_start_time | ( | void | ) |
Referenced by rclCommandHwi().
| void hal_cancel_hard_stop_time | ( | void | ) |
Referenced by RCL_Lite_CommandHwi(), RCL_Scheduler_setStopTimes(), and rclCommandHwi().
| void hal_cancel_graceful_stop_time | ( | void | ) |
Referenced by RCL_Lite_CommandHwi(), RCL_Scheduler_setStopTimes(), and rclCommandHwi().
| void hal_setup_sync_found_cap | ( | void | ) |
| HalTimerEvent hal_check_clear_timer_compare | ( | void | ) |
Referenced by RCL_Lite_CommandHwi(), and rclCommandHwi().
| void hal_disable_radio_interrupts | ( | void | ) |
Referenced by RCL_Lite_CommandHwi(), and rclCommandHwi().
| void hal_set_clkctl | ( | uint32_t | clkctl | ) |
Referenced by LRF_applyNewClockEnable().
| void hal_enable_clk_buffer | ( | void | ) |
Referenced by RCL_open().
| void hal_power_set_constraint | ( | void | ) |
| void hal_power_release_constraint | ( | void | ) |
| void hal_power_open | ( | void(*)(RCL_PowerEvent) | f | ) |
Referenced by RCL_open().
| void hal_power_close | ( | void | ) |
Referenced by RCL_close().
| void hal_set_systim_imask | ( | void | ) |
Referenced by rclSchedulerHwi().
| void __attribute__ | ( | (weak) | ) |
| uint32_t hal_get_hfxt_ratio | ( | void | ) |
Referenced by LRF_scaleFreqWithHFXTOffset().
| uint32_t hal_get_hfxt_ratio_default | ( | void | ) |
Referenced by LRF_scaleFreqWithHFXTOffset().
|
static |
Referenced by hal_init_fsm().
| void(* halSchedFsmCb) (void) = NULL |
Referenced by hal_init_fsm(), and RF_schedHwi().
|
static |
Referenced by hal_init_fsm().
| void(* halDispatchFsmCb) (void) = NULL |
Referenced by hal_init_fsm(), and RF_dispatchHwi().
|
static |
Referenced by hal_init_fsm().
| void(* halCommandFsmCb) (void) = NULL |
Referenced by hal_init_fsm(), and RF_commandHwi().
| enum { ... } channel2usage |