Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 25) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drf_data_entry.h75 uint8_t type:2; //!< \brief Type of data entry structure<br> member
102 uint8_t type:2; //!< \brief Type of data entry structure<br> member
130 uint8_t type:2; //!< \brief Type of data entry structure<br> member
160 uint8_t type:2; //!< \brief Type of data entry structure<br> member
188 uint8_t type:2; //!< \brief Type of data entry structure<br> member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_data_entry.h75 uint8_t type:2; //!< \brief Type of data entry structure<br> member
102 uint8_t type:2; //!< \brief Type of data entry structure<br> member
130 uint8_t type:2; //!< \brief Type of data entry structure<br> member
160 uint8_t type:2; //!< \brief Type of data entry structure<br> member
188 uint8_t type:2; //!< \brief Type of data entry structure<br> member
/hal_ti-latest/simplelink/source/ti/drivers/crypto/
DCryptoCC32XX.c163 int32_t type; in CryptoCC32XX_close() local
171 for (type = 0; type < CryptoCC32XX_MAX_TYPES;type++) in CryptoCC32XX_close()
173 if (object->sem[type] != NULL) in CryptoCC32XX_close()
175 SemaphoreP_delete(object->sem[type]); in CryptoCC32XX_close()
177 if (object->hwiHandle[type] != NULL) in CryptoCC32XX_close()
179 CryptoCC32XX_unregister(object->hwiHandle[type]); in CryptoCC32XX_close()
210 int32_t type; in CryptoCC32XX_open() local
241 for (type=0 ;type < CryptoCC32XX_MAX_TYPES; type++) in CryptoCC32XX_open()
243 if ((types & (1<<type)) != 0) in CryptoCC32XX_open()
245 object->sem[type] = SemaphoreP_create(1, &semParams); in CryptoCC32XX_open()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_ns.c56 int32_t type) in KeyStore_PSA_exportCommon() argument
77 (void)CryptoPSACC26X4_call(type, invecs, outvecs); in KeyStore_PSA_exportCommon()
104 static int_fast16_t KeyStore_PSA_destroyCommon(KeyStore_PSA_KeyFileId key, int32_t type) in KeyStore_PSA_destroyCommon() argument
123 (void)CryptoPSACC26X4_call(type, invecs, outvecs); in KeyStore_PSA_destroyCommon()
DCryptoKeyKeyStore_PSA_s.c63 …Attributes->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(type) = clientKeyAttr-> in KeyStore_s_copyKeyAttributesFromClient()
101 clientKeyAttr->type = keyAttributes->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(type); in KeyStore_s_copyKeyAttributesToClient()
375 switch (msg->type) in KeyStore_s_handlePsaMsg()
383 status = KeyStore_s_exportKey(msg, msg->type); in KeyStore_s_handlePsaMsg()
388 status = KeyStore_s_destroyPurgeKey(msg, msg->type); in KeyStore_s_handlePsaMsg()
DCryptoKeyKeyStore_PSA.h529 #define PSA_KEY_TYPE_IS_RSA(type) (PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type) == PSA_KEY_… argument
779 #define MEMBER_SIZE(type, member) sizeof(((type *)0)->member) argument
1381 void KeyStore_PSA_setKeyType(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyType type);
DCryptoKeyKeyStore_PSA.c145 void KeyStore_PSA_setKeyType(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyType type) in KeyStore_PSA_setKeyType() argument
147 psa_set_key_type(attributes, type); in KeyStore_PSA_setKeyType()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC32XX.c146 void PowerCC32XX_restoreParkedPin(PowerCC32XX_Pin pin, uint32_t type,
217 uint_fast16_t type) in Power_getTransitionLatency() argument
221 if (type == Power_RESUME) { in Power_getTransitionLatency()
937 unsigned long type; in PowerCC32XX_parkPin() local
940 MAP_PinConfigGet(pin, &strength, &type); in PowerCC32XX_parkPin()
943 *previousType = type; in PowerCC32XX_parkPin()
959 void PowerCC32XX_restoreParkedPin(PowerCC32XX_Pin pin, uint32_t type, in PowerCC32XX_restoreParkedPin() argument
969 MAP_PinConfigSet(pin, strength, type); in PowerCC32XX_restoreParkedPin()
DPowerCC26X2.c225 uint_fast16_t type) in Power_getTransitionLatency() argument
229 if (type == Power_RESUME) { in Power_getTransitionLatency()
/hal_ti-latest/simplelink/source/ti/drivers/
DPower.h576 uint_fast16_t type);
/hal_ti-latest/simplelink/source/ti/drivers/apps/
DLED.h304 LED_Type type; /*<! GPIO (binary) or PWM (dimmable) control */ member
DLED.c169 if(hw->type == LED_PWM_CONTROLLED) in LED_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DPower.h586 uint_fast32_t Power_getTransitionLatency(uint_fast16_t sleepState, uint_fast16_t type);
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Daes_gcc.s51 .type \name, %function
Daes_ticlang.s51 .type \name, %function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.h117 uint32_t type : 4; member
DLRF.c316 operation = (LRF_RegionOperation) curWord.region.type; in LRF_applySettings()
/hal_ti-latest/simplelink/source/ti/net/
Dslnetif.h163 …int16_t (*sockCreate) (void *ifContext, int16_t domain, int16_t type, int16_t protocol, voi…
Dslnetsock.c321 int16_t SlNetSock_create(int16_t domain, int16_t type, int16_t protocol, uint32_t ifBitmap, int16_t… in SlNetSock_create() argument
352 switch (type) { in SlNetSock_create()
401 …createdSd = (netIf->ifConf)->sockCreate(netIf->ifContext, domain, type, protocol, &(sdNode->sdCont… in SlNetSock_create()
Dslnetsock.h821 int16_t SlNetSock_create(int16_t domain, int16_t type, int16_t protocol, uint32_t ifBitmap, int16_t…
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Dsl_socket.h356 … _u16 type; /* holds the type of the info frame, currently only value 1 indicating DATA frame */ member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c430 uint_fast32_t Power_getTransitionLatency(uint_fast16_t sleepState, uint_fast16_t type) in Power_getTransitionLatency() argument
434 if (type == Power_RESUME) in Power_getTransitionLatency()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h2298 extern RF_Stat RF_getInfo(RF_Handle h, RF_InfoType type, RF_InfoVal *pValue);
DRFCC26X2_multiMode.c5249 RF_Stat RF_getInfo(RF_Handle h, RF_InfoType type, RF_InfoVal *pValue) in RF_getInfo() argument
5258 switch (type) in RF_getInfo()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble5.c2922 uint32_t type = (header & BLE_PDU_TYPE_BM); in RCL_Handler_BLE5_scan_init() local
2924 if (type == BLE_PDU_ADV_EXTENDED) in RCL_Handler_BLE5_scan_init()
2952 … else if (type == BLE_PDU_AUX_CONNECT_RSP && ble5HandlerState.scanInit.initiator) in RCL_Handler_BLE5_scan_init()
2964 if (type == BLE_PDU_ADV_IND || type == BLE_PDU_ADV_DIRECT_IND) in RCL_Handler_BLE5_scan_init()
3660 uint32_t type = (header & BLE_PDU_TYPE_BM); in RCL_Handler_BLE5_periodicScan() local
3662 if (type == BLE_PDU_ADV_EXTENDED) in RCL_Handler_BLE5_periodicScan()