Typedefs | |
typedef void(* | aes_result_cb) (uint8_t status, const uint8_t *aes_res, uint32_t src_info) |
Call back definition of the function that can handle result of an AES based algorithm. More... | |
typedef void(* | ble_hci_host_recv_cb_t) (uint8_t *p_data, uint16_t length) |
Receive controller pachet callback type. More... | |
Enumerations | |
enum | ble_rf_tx_mode_t { BLE_RF_TX_MODE_INVALID = 0, BLE_RF_TX_MODE_LP_MODE = 1, BLE_RF_TX_MODE_HP_MODE = 2 } |
RF TX mode. More... | |
enum | ble_rf_test_type_t { BLE_RF_TEST_TYPE_MODEM = 0, BLE_RF_TEST_TYPE_SINGLE_CARRIER = 1 } |
RF TX type. More... | |
enum | ble_rf_match_circuit_t { BLE_RF_5TH_MATCH_CIRCUIT = 0, BLE_RF_3TH_MATCH_CIRCUIT = 1 } |
The resistance value (ohm) of the RF match circuit. More... | |
typedef void(* aes_result_cb) (uint8_t status, const uint8_t *aes_res, uint32_t src_info) |
typedef void(* ble_hci_host_recv_cb_t) (uint8_t *p_data, uint16_t length) |
enum ble_rf_test_type_t |
enum ble_rf_tx_mode_t |