| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_crypto.c | 237 uint32_t temp[4]; in CRYPTO_DataWriteUnaligned() local 238 memcpy(temp, val, sizeof(temp)); in CRYPTO_DataWriteUnaligned() 239 CRYPTO_DataWrite(reg, temp); in CRYPTO_DataWriteUnaligned() 261 uint32_t temp[4]; in CRYPTO_DataReadUnaligned() local 262 CRYPTO_DataRead(reg, temp); in CRYPTO_DataReadUnaligned() 263 memcpy(val, temp, sizeof(temp)); in CRYPTO_DataReadUnaligned() 293 CRYPTO_DData_TypeDef temp; in CRYPTO_DDataReadUnaligned() local 294 CRYPTO_DDataRead(ddataReg, temp); in CRYPTO_DDataReadUnaligned() 295 memcpy(val, temp, sizeof(temp)); in CRYPTO_DDataReadUnaligned() 329 CRYPTO_QData_TypeDef temp; in CRYPTO_QDataWriteUnaligned() local [all …]
|
| D | em_emu.c | 375 uint32_t temp = EMU_PORBOD | EMU_PORBOD_GMC_CALIB_DISABLE; in ramWFI() local 377 EMU_PORBOD = temp; in ramWFI()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_crypto.c | 237 uint32_t temp[4]; in CRYPTO_DataWriteUnaligned() local 238 memcpy(temp, val, sizeof(temp)); in CRYPTO_DataWriteUnaligned() 239 CRYPTO_DataWrite(reg, temp); in CRYPTO_DataWriteUnaligned() 261 uint32_t temp[4]; in CRYPTO_DataReadUnaligned() local 262 CRYPTO_DataRead(reg, temp); in CRYPTO_DataReadUnaligned() 263 memcpy(val, temp, sizeof(temp)); in CRYPTO_DataReadUnaligned() 293 CRYPTO_DData_TypeDef temp; in CRYPTO_DDataReadUnaligned() local 294 CRYPTO_DDataRead(ddataReg, temp); in CRYPTO_DDataReadUnaligned() 295 memcpy(val, temp, sizeof(temp)); in CRYPTO_DDataReadUnaligned() 329 CRYPTO_QData_TypeDef temp; in CRYPTO_QDataWriteUnaligned() local [all …]
|
| D | em_emu.c | 380 uint32_t temp = EMU_PORBOD | EMU_PORBOD_GMC_CALIB_DISABLE; in ramWFI() local 382 EMU_PORBOD = temp; in ramWFI()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/memory/ |
| D | malloc_buffers.c | 71 sl_wifi_buffer_t *temp = NULL; in sl_si91x_host_allocate_buffer() local 73 temp = (sl_wifi_buffer_t *)malloc(buffer_size + sizeof(*temp)); in sl_si91x_host_allocate_buffer() 74 if (temp != NULL) { in sl_si91x_host_allocate_buffer() 82 if (temp == NULL) { in sl_si91x_host_allocate_buffer() 85 temp->length = buffer_size; in sl_si91x_host_allocate_buffer() 86 temp->node.node = NULL; in sl_si91x_host_allocate_buffer() 87 *buffer = temp; in sl_si91x_host_allocate_buffer()
|
| /hal_silabs-latest/wiseconnect/components/common/src/ |
| D | sl_utility.c | 135 int temp = src[i]; in sl_inet_ntop6() local 136 words[i / 2] = (temp << 8) | src[i + 1]; in sl_inet_ntop6() 204 unsigned char *temp; in little_to_big_endian() local 210 temp = &result[i * 4]; in little_to_big_endian() 211 temp[3] = (curr & 0xFF); in little_to_big_endian() 212 temp[2] = ((curr >> 8) & 0xFF); in little_to_big_endian() 213 temp[1] = ((curr >> 16) & 0xFF); in little_to_big_endian() 214 temp[0] = ((curr >> 24) & 0xFF); in little_to_big_endian() 332 uint8_t temp; in reverse_digits() local 334 temp = xx[count]; in reverse_digits() [all …]
|
| /hal_silabs-latest/simplicity_sdk/platform/peripheral/src/ |
| D | sl_hal_sysrtc.c | 124 uint32_t temp = 0; in sl_hal_sysrtc_init_group() local 130 … temp = ((p_group_config->compare_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CMP0EN_SHIFT); in sl_hal_sysrtc_init_group() 132 …temp |= ((uint32_t)p_group_config->p_compare_channel0_config->compare_match_out_action << _SYSRTC_… in sl_hal_sysrtc_init_group() 136 … temp |= ((p_group_config->compare_channel1_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CMP1EN_SHIFT); in sl_hal_sysrtc_init_group() 138 …temp |= ((uint32_t)p_group_config->p_compare_channel1_config->compare_match_out_action << _SYSRTC_… in sl_hal_sysrtc_init_group() 142 … temp |= ((p_group_config->capture_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CAP0EN_SHIFT); in sl_hal_sysrtc_init_group() 144 …temp |= ((uint32_t)p_group_config->p_capture_channel0_config->capture_input_edge << _SYSRTC_GRP0_C… in sl_hal_sysrtc_init_group() 147 SYSRTC0->GRP0_CTRL = temp; in sl_hal_sysrtc_init_group() 152 … temp = ((p_group_config->compare_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP1_CTRL_CMP0EN_SHIFT); in sl_hal_sysrtc_init_group() 154 …temp |= ((uint32_t)p_group_config->p_compare_channel0_config->compare_match_out_action << _SYSRTC_… in sl_hal_sysrtc_init_group() [all …]
|
| D | sl_hal_etampdet.c | 69 uint32_t temp = 0; in sl_hal_etampdet_init_channel() local 81 temp |= (uint32_t)config_channel->channel_pad_en << _ETAMPDET_CFG_CHNLPADEN0_SHIFT; in sl_hal_etampdet_init_channel() 83 …temp |= (uint32_t)config_channel->channel_tampdet_filt_en << _ETAMPDET_CFG_CHNLTAMPDETFILTEN0_SHIF… in sl_hal_etampdet_init_channel() 85 temp |= (uint32_t)config_channel->channel_cmp_dly_en << _ETAMPDET_CFG_CHNLCMPDLYEN0_SHIFT; in sl_hal_etampdet_init_channel() 90 ETAMPDET->CFG_SET = temp << (config_channel->channel * _ETAMPDET_CFG_CHNLCMPDLYEN1_SHIFT); in sl_hal_etampdet_init_channel()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/ |
| D | sli_si91x_multithreaded.c | 170 uint16_t temp = 0; in sl_create_generic_rx_packet_from_params() local 183 packet = sl_si91x_host_get_buffer_data(buffer, 0, &temp); in sl_create_generic_rx_packet_from_params() 360 uint16_t temp; local 542 node = sl_si91x_host_get_buffer_data(packet, 0, &temp); 684 node = sl_si91x_host_get_buffer_data(packet, 0, &temp); 749 node = sl_si91x_host_get_buffer_data(packet, 0, &temp); 804 node = sl_si91x_host_get_buffer_data(packet, 0, &temp); 889 node = sl_si91x_host_get_buffer_data(packet, 0, &temp); 1041 node = sl_si91x_host_get_buffer_data(packet, 0, &temp); 1081 node = sl_si91x_host_get_buffer_data(packet, 0, &temp); [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/ |
| D | rsi_temp_sensor.h | 67 void RSI_TS_LoadBjt(MCU_TEMP_Type *pstcTempSens, uint8_t temp); 69 void RSI_Periodic_TempUpdate(TIME_PERIOD_Type *temp, uint8_t enable, uint8_t trigger_time);
|
| /hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/ |
| D | sl_sleeptimer.c | 1293 sl_sleeptimer_timer_handle_t *temp = timer_head; in process_timer_irq() local 1297 while ((temp != NULL) && (temp->delta == 0)) { in process_timer_irq() 1298 if (current->priority > temp->priority) { in process_timer_irq() 1299 current = temp; in process_timer_irq() 1301 temp = temp->next; in process_timer_irq()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_crypto.h | 632 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_MULWIDTH_MASK); in CRYPTO_MulOperandWidthSet() local 633 crypto->WAC = temp | (uint32_t)mulOperandWidth; in CRYPTO_MulOperandWidthSet() 653 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_RESULTWIDTH_MASK); in CRYPTO_ResultWidthSet() local 654 crypto->WAC = temp | (uint32_t)resultWidth; in CRYPTO_ResultWidthSet() 674 uint32_t temp = crypto->CTRL & (~_CRYPTO_CTRL_INCWIDTH_MASK); in CRYPTO_IncWidthSet() local 675 crypto->CTRL = temp | (uint32_t)incWidth; in CRYPTO_IncWidthSet()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_crypto.h | 632 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_MULWIDTH_MASK); in CRYPTO_MulOperandWidthSet() local 633 crypto->WAC = temp | (uint32_t)mulOperandWidth; in CRYPTO_MulOperandWidthSet() 653 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_RESULTWIDTH_MASK); in CRYPTO_ResultWidthSet() local 654 crypto->WAC = temp | (uint32_t)resultWidth; in CRYPTO_ResultWidthSet() 674 uint32_t temp = crypto->CTRL & (~_CRYPTO_CTRL_INCWIDTH_MASK); in CRYPTO_IncWidthSet() local 675 crypto->CTRL = temp | (uint32_t)incWidth; in CRYPTO_IncWidthSet()
|
| /hal_silabs-latest/gecko/platform/radio/rail_lib/common/ |
| D | rail.h | 6600 bool temp = RAIL_BLE_Supports1MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports1Mbps() local 6602 || temp); in RAIL_BLE_Supports1Mbps() 6636 bool temp = RAIL_BLE_Supports2MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports2Mbps() local 6638 || temp); in RAIL_BLE_Supports2Mbps()
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/ |
| D | rail.h | 7345 bool temp = RAIL_BLE_Supports1MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports1Mbps() local 7347 || temp); in RAIL_BLE_Supports1Mbps() 7381 bool temp = RAIL_BLE_Supports2MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports2Mbps() local 7383 || temp); in RAIL_BLE_Supports2Mbps()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/ |
| D | sl_si91x_driver.c | 1357 uint16_t temp; in sli_si91x_allocate_command_buffer() local 1359 *buffer = sl_si91x_host_get_buffer_data(*host_buffer, 0, &temp); in sli_si91x_allocate_command_buffer() 1376 uint16_t temp; in sl_si91x_allocate_data_buffer() local 1378 *buffer = sl_si91x_host_get_buffer_data(*host_buffer, 0, &temp); in sl_si91x_allocate_data_buffer()
|