| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
| D | timer_a.c | 101 const Timer_A_ContinuousModeConfig *config) in Timer_A_configureContinuousMode() argument 104 (TIMER_A_CLOCKSOURCE_EXTERNAL_TXCLK == config->clockSource) in Timer_A_configureContinuousMode() 105 || (TIMER_A_CLOCKSOURCE_ACLK == config->clockSource) in Timer_A_configureContinuousMode() 106 || (TIMER_A_CLOCKSOURCE_SMCLK == config->clockSource) in Timer_A_configureContinuousMode() 108 == config->clockSource)); in Timer_A_configureContinuousMode() 111 (TIMER_A_DO_CLEAR == config->timerClear) in Timer_A_configureContinuousMode() 112 || (TIMER_A_SKIP_CLEAR == config->timerClear)); in Timer_A_configureContinuousMode() 115 (TIMER_A_TAIE_INTERRUPT_ENABLE == config->timerInterruptEnable_TAIE) in Timer_A_configureContinuousMode() 117 == config->timerInterruptEnable_TAIE)); in Timer_A_configureContinuousMode() 120 (TIMER_A_CLOCKSOURCE_DIVIDER_1 == config->clockSourceDivider) in Timer_A_configureContinuousMode() [all …]
|
| D | spi.c | 52 bool SPI_initMaster(uint32_t moduleInstance, const eUSCI_SPI_MasterConfig *config) in SPI_initMaster() argument 57 (EUSCI_A_SPI_CLOCKSOURCE_ACLK == config->selectClockSource) in SPI_initMaster() 59 == config->selectClockSource)); in SPI_initMaster() 62 (EUSCI_A_SPI_MSB_FIRST == config->msbFirst) in SPI_initMaster() 63 || (EUSCI_A_SPI_LSB_FIRST == config->msbFirst)); in SPI_initMaster() 67 == config->clockPhase) in SPI_initMaster() 69 == config->clockPhase)); in SPI_initMaster() 73 == config->clockPolarity) in SPI_initMaster() 75 == config->clockPolarity)); in SPI_initMaster() 78 (EUSCI_A_SPI_3PIN == config->spiMode) in SPI_initMaster() [all …]
|
| D | uart.c | 37 bool UART_initModule(uint32_t moduleInstance, const eUSCI_UART_Config *config) in UART_initModule() argument 42 (EUSCI_A_UART_MODE == config->uartMode) in UART_initModule() 44 == config->uartMode) in UART_initModule() 46 == config->uartMode) in UART_initModule() 48 == config->uartMode)); in UART_initModule() 51 (EUSCI_A_UART_CLOCKSOURCE_ACLK == config->selectClockSource) in UART_initModule() 53 == config->selectClockSource)); in UART_initModule() 56 (EUSCI_A_UART_MSB_FIRST == config->msborLsbFirst) in UART_initModule() 57 || (EUSCI_A_UART_LSB_FIRST == config->msborLsbFirst)); in UART_initModule() 60 (EUSCI_A_UART_ONE_STOP_BIT == config->numberofStopBits) in UART_initModule() [all …]
|
| D | comp_e.c | 81 bool COMP_E_initModule(uint32_t comparator, const COMP_E_Config *config) in COMP_E_initModule() argument 84 config->positiveTerminalInput); in COMP_E_initModule() 86 config->negativeTerminalInput); in COMP_E_initModule() 92 config->outputFilterEnableAndDelayLevel in COMP_E_initModule() 130 COMP_E_CMSIS(comparator)->CTL1 = config->powerMode in COMP_E_initModule() 131 + config->outputFilterEnableAndDelayLevel in COMP_E_initModule() 132 + config->invertedOutputPolarity; in COMP_E_initModule()
|
| D | i2c.c | 37 const eUSCI_I2C_MasterConfig *config) in I2C_initMaster() argument 42 (EUSCI_B_I2C_CLOCKSOURCE_ACLK == config->selectClockSource) in I2C_initMaster() 44 == config->selectClockSource)); in I2C_initMaster() 47 (EUSCI_B_I2C_SET_DATA_RATE_400KBPS == config->dataRate) in I2C_initMaster() 48 || (EUSCI_B_I2C_SET_DATA_RATE_100KBPS == config->dataRate) in I2C_initMaster() 49 || (EUSCI_B_I2C_SET_DATA_RATE_1MBPS == config->dataRate)); in I2C_initMaster() 52 (EUSCI_B_I2C_NO_AUTO_STOP == config->autoSTOPGeneration) in I2C_initMaster() 54 == config->autoSTOPGeneration) in I2C_initMaster() 56 == config->autoSTOPGeneration)); in I2C_initMaster() 64 & ~EUSCI_B_CTLW1_ASTP_MASK) | (config->autoSTOPGeneration); in I2C_initMaster() [all …]
|
| D | timer_a.h | 476 const Timer_A_ContinuousModeConfig *config); 543 const Timer_A_UpModeConfig *config); 610 const Timer_A_UpDownModeConfig *config); 672 const Timer_A_CaptureModeConfig *config); 720 const Timer_A_CompareModeConfig *config); 932 const Timer_A_PWMConfig *config);
|
| /hal_ti-latest/simplelink/source/ti/drivers/gpio/ |
| D | GPIOCC32XX.c | 181 uint16_t config; member 333 PinConfig *config = (PinConfig *) &GPIOCC32XX_config.pinConfigs[index]; in GPIO_clearInt() local 338 MAP_GPIOIntClear(getPortBase(config->port), config->pin); in GPIO_clearInt() 341 getPort(config->port), config->pin); in GPIO_clearInt() 350 PinConfig *config = (PinConfig *) &GPIOCC32XX_config.pinConfigs[index]; in GPIO_disableInt() local 358 MAP_GPIOIntDisable(getPortBase(config->port), config->pin); in GPIO_disableInt() 365 getPort(config->port), config->pin); in GPIO_disableInt() 374 PinConfig *config = (PinConfig *) &GPIOCC32XX_config.pinConfigs[index]; in GPIO_enableInt() local 377 DebugP_assert(*((uint16_t *) config) != GPIOCC32XX_GPIO_26 && in GPIO_enableInt() 378 *((uint16_t *) config) != GPIOCC32XX_GPIO_27); in GPIO_enableInt() [all …]
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/ |
| D | generic.h | 132 } config; member 142 .config = { \ 166 } config; member 177 .config = { \ 200 } config; member 208 .config = { \ 243 } config; member 255 .config = { \ 272 } config; /*!< Configuration provided to RCL */ member 282 .config = { 0 }, \ [all …]
|
| D | ble5.h | 507 } config; /*!< Configuration provided to RCL */ member 520 .config = { 0 }, \ 591 } config; /*!< Configuration provided to RCL */ member 612 .config = { 0 }, \ 685 } config; member 693 .config = { \ 713 } config; /*!< Configuration provided to RCL */ member 724 .config = { 0 }, \ 785 } config; member 795 .config = { \
|
| D | ieee.h | 261 } config; member 270 .config = { \ 289 } config; /*!< Configuration provided to RCL */ member 304 .config = { 0 }, \
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | rf_data_entry.h | 87 } config; member 114 } config; member 142 } config; member 172 } config; member 200 } config; member
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | rf_data_entry.h | 87 } config; member 114 } config; member 142 } config; member 172 } config; member 200 } config; member
|
| /hal_ti-latest/simplelink/source/ti/drivers/capture/ |
| D | CaptureCC32XX.c | 51 #define getTimerBaseAddress(config) (TIMERA0_BASE | ((config >> 18) & 0x3000)) argument 52 #define getSubTimer(config) ((config >> 28) & 0x3) argument 53 #define getTimerIntNum(config) ((config >> 20) & 0xFF) argument 54 #define getPadOffset(config) ((config >> 4) & 0xFFF) argument 55 #define getPinMode(config) (config & 0xF) argument 56 #define getGPIOBaseAddress(config) (GPIOA0_BASE + ((config >> 4) & 0xF000)) argument
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/ |
| D | generic.c | 322 if (txCmd->config.fsOff != 0) in RCL_Handler_Generic_Tx() 427 RCL_Handler_Generic_setSynthPowerState(txCmd->config.fsOff); in RCL_Handler_Generic_Tx() 451 else if ((txCmd->rfFrequency == 0) && (txCmd->config.fsRecal != 0)) in RCL_Handler_Generic_TxRepeat() 478 if (txCmd->config.fsRecal != 0) in RCL_Handler_Generic_TxRepeat() 619 … if (!genericHandlerState.tx.stopFs && txCmd->config.fsRecal == 0 && txCmd->config.fsOff != 0) in RCL_Handler_Generic_TxRepeat() 639 … if (!genericHandlerState.tx.stopFs && txCmd->config.fsRecal == 0 && txCmd->config.fsOff != 0 && in RCL_Handler_Generic_TxRepeat() 661 if (txCount != 0 && txCmd->config.fsRecal == 0) in RCL_Handler_Generic_TxRepeat() 685 RCL_Handler_Generic_setSynthPowerState(txCmd->config.fsOff); in RCL_Handler_Generic_TxRepeat() 727 if (txCmd->config.fsOff != 0) in RCL_Handler_Generic_TxTest() 751 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_GENERIC_RAM_O_PATTERN) = txCmd->config.txWord; in RCL_Handler_Generic_TxTest() [all …]
|
| D | ble_cs.c | 974 const RCL_PhyConfig_t *config = &phyConfigLut[pCmd->mode.phy]; in RCL_Handler_BLE_CS_preprocessCommand() local 1000 …UFRAM_BASE + PBE_BLE_CS_RAM_O_TFCS) = pCmd->timing.tFcs - (TPLT + config->tStartup); // Pil… in RCL_Handler_BLE_CS_preprocessCommand() 1057 …HWREG_WRITE_LRF(LRFDMDM_BASE + LRFDMDM_O_DEMMISC2) = config->demmisc2 | LRFDMDM_DEMMISC2_PDIFIQCON… in RCL_Handler_BLE_CS_preprocessCommand() 1059 HWREG_WRITE_LRF(LRFDMDM_BASE + LRFDMDM_O_DEMMISC2) = config->demmisc2; in RCL_Handler_BLE_CS_preprocessCommand() 1079 …HWREG_WRITE_LRF(LRFDMDM_BASE + LRFDMDM_O_SPARE0) = config->pctConfig[lutIdx… in RCL_Handler_BLE_CS_preprocessCommand() 1080 HWREG_WRITE_LRF(LRFDMDM_BASE + LRFDMDM_O_BAUD) = config->baud; in RCL_Handler_BLE_CS_preprocessCommand() 1081 HWREG_WRITE_LRF(LRFDMDM_BASE + LRFDMDM_O_MODSYMMAP0) = config->symmap; in RCL_Handler_BLE_CS_preprocessCommand() 1082 …HWREG_WRITE_LRF(LRFDRFE_BASE + LRFDRFE_O_SPARE3) = config->magnConfig[lutId… in RCL_Handler_BLE_CS_preprocessCommand() 1083 HWREG_WRITE_LRF(LRFDRFE_BASE + LRFDRFE_O_RSSIOFFSET) = config->rssioffset; in RCL_Handler_BLE_CS_preprocessCommand() 1084 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_DEMMISC3) = config->demmisc3; in RCL_Handler_BLE_CS_preprocessCommand() [all …]
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | RNG.c | 59 const RNG_Config *config = (const RNG_Config *)&RNG_config[index]; in RNG_open() local 61 return RNG_construct(config, params); in RNG_open()
|
| D | AESCTRDRBG.c | 68 AESCTRDRBG_Config *config = (AESCTRDRBG_Config *)&AESCTRDRBG_config[index]; in AESCTRDRBG_open() local 69 return AESCTRDRBG_construct(config, params); in AESCTRDRBG_open()
|
| D | AESECB.c | 81 AESECB_Config *config = (AESECB_Config *)&AESECB_config[index]; in AESECB_open() local 82 return AESECB_construct(config, params); in AESECB_open()
|
| D | AESCMAC.c | 74 AESCMAC_Config *config = (AESCMAC_Config *)&AESCMAC_config[index]; in AESCMAC_open() local 75 return AESCMAC_construct(config, params); in AESCMAC_open()
|
| D | AESCTR.c | 73 AESCTR_Config *config = (AESCTR_Config *)&AESCTR_config[index]; in AESCTR_open() local 74 return AESCTR_construct(config, params); in AESCTR_open()
|
| D | ECDH.c | 64 ECDH_Config *config = (ECDH_Config *)&ECDH_config[index]; in ECDH_open() local 65 return ECDH_construct(config, params); in ECDH_open()
|
| D | AESCCM.c | 73 AESCCM_Config *config = (AESCCM_Config *)&AESCCM_config[index]; in AESCCM_open() local 74 return AESCCM_construct(config, params); in AESCCM_open()
|
| /hal_ti-latest/simplelink/source/ti/drivers/pwm/ |
| D | PWMTimerCC32XX.c | 161 #define PinConfigTimerPort(config) (((config) >> 28) & 0xF) argument 162 #define PinConfigTimerHalf(config) (((config) >> 24) & 0xF) argument 163 #define PinConfigGPIOPort(config) (((config) >> 20) & 0xF) argument 164 #define PinConfigGPIOPinIndex(config) (((config) >> 16) & 0xF) argument 165 #define PinConfigPinMode(config) (((config) >> 8) & 0xF) argument 166 #define PinConfigPin(config) (((config) >> 0) & 0x3F) argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/adc/ |
| D | ADCCC32XX.c | 66 #define PinConfigChannel(config) (((config) >> 8) & 0xff) argument 67 #define PinConfigPin(config) ((config) & 0xff) argument
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | uart.c | 43 void UARTConfigSetExpClk(uint32_t base, uint32_t UARTClkFreq, uint32_t baudFreq, uint32_t config) in UARTConfigSetExpClk() argument 61 HWREG(base + UART_O_LCRH) = config; in UARTConfigSetExpClk()
|