| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | rf_data_entry.h | 75 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/ |
| D | rf_data_entry.h | 75 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/ |
| D | CryptoCC32XX.c | 163 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/ |
| D | CryptoKeyKeyStore_PSA_ns.c | 56 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()
|
| D | CryptoKeyKeyStore_PSA_s.c | 63 …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()
|
| D | CryptoKeyKeyStore_PSA.h | 529 #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);
|
| D | CryptoKeyKeyStore_PSA.c | 145 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/ |
| D | PowerCC32XX.c | 146 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()
|
| D | PowerCC26X2.c | 225 uint_fast16_t type) in Power_getTransitionLatency() argument 229 if (type == Power_RESUME) { in Power_getTransitionLatency()
|
| /hal_ti-latest/simplelink/source/ti/drivers/ |
| D | Power.h | 576 uint_fast16_t type);
|
| /hal_ti-latest/simplelink/source/ti/drivers/apps/ |
| D | LED.h | 304 LED_Type type; /*<! GPIO (binary) or PWM (dimmable) control */ member
|
| D | LED.c | 169 if(hw->type == LED_PWM_CONTROLLED) in LED_open()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | Power.h | 586 uint_fast32_t Power_getTransitionLatency(uint_fast16_t sleepState, uint_fast16_t type);
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | aes_gcc.s | 51 .type \name, %function
|
| D | aes_ticlang.s | 51 .type \name, %function
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | LRF.h | 117 uint32_t type : 4; member
|
| D | LRF.c | 316 operation = (LRF_RegionOperation) curWord.region.type; in LRF_applySettings()
|
| /hal_ti-latest/simplelink/source/ti/net/ |
| D | slnetif.h | 163 …int16_t (*sockCreate) (void *ifContext, int16_t domain, int16_t type, int16_t protocol, voi…
|
| D | slnetsock.c | 321 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()
|
| D | slnetsock.h | 821 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/ |
| D | sl_socket.h | 356 … _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/ |
| D | PowerCC23X0.c | 430 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/ |
| D | RFCC26X2.h | 2298 extern RF_Stat RF_getInfo(RF_Handle h, RF_InfoType type, RF_InfoVal *pValue);
|
| D | RFCC26X2_multiMode.c | 5249 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/ |
| D | ble5.c | 2922 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()
|