Home
last modified time | relevance | path

Searched defs:type (Results 1 – 15 of 15) 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_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_ns.c56 int32_t type) in KeyStore_PSA_exportCommon()
104 static int_fast16_t KeyStore_PSA_destroyCommon(KeyStore_PSA_KeyFileId key, int32_t type) in KeyStore_PSA_destroyCommon()
DCryptoKeyKeyStore_PSA.c145 void KeyStore_PSA_setKeyType(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyType type) in KeyStore_PSA_setKeyType()
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
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC32XX.c217 uint_fast16_t type) in Power_getTransitionLatency()
937 unsigned long type; in PowerCC32XX_parkPin() local
959 void PowerCC32XX_restoreParkedPin(PowerCC32XX_Pin pin, uint32_t type, in PowerCC32XX_restoreParkedPin()
DPowerCC26X2.c225 uint_fast16_t type) in Power_getTransitionLatency()
/hal_ti-latest/simplelink/source/ti/drivers/crypto/
DCryptoCC32XX.c163 int32_t type; in CryptoCC32XX_close() local
210 int32_t type; in CryptoCC32XX_open() local
/hal_ti-latest/simplelink/source/ti/drivers/apps/
DLED.h304 LED_Type type; /*<! GPIO (binary) or PWM (dimmable) control */ member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.h117 uint32_t type : 4; 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()
/hal_ti-latest/simplelink/source/ti/net/
Dslnetsock.c321 int16_t SlNetSock_create(int16_t domain, int16_t type, int16_t protocol, uint32_t ifBitmap, int16_t… in SlNetSock_create()
/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/rcl/handlers/
Dble5.c2922 uint32_t type = (header & BLE_PDU_TYPE_BM); in RCL_Handler_BLE5_scan_init() local
3660 uint32_t type = (header & BLE_PDU_TYPE_BM); in RCL_Handler_BLE5_periodicScan() local
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c5249 RF_Stat RF_getInfo(RF_Handle h, RF_InfoType type, RF_InfoVal *pValue) in RF_getInfo()