CC26xx/CC13xx ROM Hard-API. More...
CC26xx/CC13xx ROM Hard-API.
Definition in file cc26xx_cc13xx_hard_api.h.
#include "cc26xx_cc13xx.h"
Include dependency graph for cc26xx_cc13xx_hard_api.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | hard_api_t |
| ROM Hard-API. More... | |
| #define | HARD_API ((hard_api_t *) ROM_HARD_API_BASE) |
| Hard-API function table. | |
| #define | rom_hapi_crc32(a, b, c) |
| Hard-API functions. | |
| #define | rom_hapi_get_flashsize() |
| #define | rom_hapi_get_chipid() |
| #define | rom_hapi_reset_device() |
| #define | rom_hapi_fletcher32(a, b, c) |
| #define | rom_hapi_min_value(a, b) |
| #define | rom_hapi_max_value(a, b) |
| #define | rom_hapi_mean_value(a, b) |
| #define | rom_hapi_std_deviation_value(a, b) |
| #define | rom_hapi_hf_source_safe_switch() |
| #define | rom_hapi_select_compa_input(a) |
| #define | rom_hapi_select_compa_ref(a) |
| #define | rom_hapi_select_adc_compb_input(a) |
| #define | rom_hapi_select_compb_ref(a) |
| #define HARD_API ((hard_api_t *) ROM_HARD_API_BASE) |
Hard-API function table.
Definition at line 62 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_crc32 | ( | a, | |
| b, | |||
| c ) |
Hard-API functions.
Definition at line 68 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_fletcher32 | ( | a, | |
| b, | |||
| c ) |
Definition at line 72 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_get_chipid | ( | ) |
Definition at line 70 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_get_flashsize | ( | ) |
Definition at line 69 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_hf_source_safe_switch | ( | ) |
Definition at line 77 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_max_value | ( | a, | |
| b ) |
Definition at line 74 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_mean_value | ( | a, | |
| b ) |
Definition at line 75 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_min_value | ( | a, | |
| b ) |
Definition at line 73 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_reset_device | ( | ) |
Definition at line 71 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_select_adc_compb_input | ( | a | ) |
Definition at line 80 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_select_compa_input | ( | a | ) |
Definition at line 78 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_select_compa_ref | ( | a | ) |
Definition at line 79 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_select_compb_ref | ( | a | ) |
Definition at line 84 of file cc26xx_cc13xx_hard_api.h.
| #define rom_hapi_std_deviation_value | ( | a, | |
| b ) |
Definition at line 76 of file cc26xx_cc13xx_hard_api.h.