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_ULP_MODE = 2 } |
RF TX mode. More... | |
enum | ble_rf_match_circuit_t { BLE_RF_MATCH_CIRCUIT_25OHM = 25, BLE_RF_MATCH_CIRCUIT_100OHM = 100 } |
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_tx_mode_t |