Home
last modified time | relevance | path

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

/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_LCD_A_Type.c1654 uwide8_t index) in _SI32_LCD_A_write_segment_data_u32() argument
1656 assert((index >= 0) && (index <= 4)); in _SI32_LCD_A_write_segment_data_u32()
1658 switch (index) in _SI32_LCD_A_write_segment_data_u32()
1692 uwide8_t index) in _SI32_LCD_A_write_segment_data_u16() argument
1695 assert((index >= 0) && (index <= 9)); in _SI32_LCD_A_write_segment_data_u16()
1697 switch (index>>1) in _SI32_LCD_A_write_segment_data_u16()
1700 basePointer->SEGDATA0.U16[index&1] = value; in _SI32_LCD_A_write_segment_data_u16()
1705 basePointer->SEGDATA1.U16[index&1] = value; in _SI32_LCD_A_write_segment_data_u16()
1710 basePointer->SEGDATA2.U16[index&1] = value; in _SI32_LCD_A_write_segment_data_u16()
1715 basePointer->SEGDATA3.U16[index&1] = value; in _SI32_LCD_A_write_segment_data_u16()
[all …]
DSI32_LCD_A_Type.h1871 #define SI32_LCD_A_write_segment_data_u32(basePointer, value, index) \ argument
1872 _SI32_LCD_A_write_segment_data_u32(basePointer, value, index)
1899 #define SI32_LCD_A_write_segment_data_u16(basePointer, value, index) \ argument
1900 _SI32_LCD_A_write_segment_data_u16(basePointer, value, index)
1927 #define SI32_LCD_A_write_segment_data_u8(basePointer, value, index) \ argument
1928 _SI32_LCD_A_write_segment_data_u8(basePointer, value, index)
1949 #define SI32_LCD_A_read_segment_data_u32(basePointer, index) \ argument
1950 _SI32_LCD_A_read_segment_data_u32(basePointer, index)
1971 #define SI32_LCD_A_read_segment_data_u16(basePointer, index) \ argument
1972 _SI32_LCD_A_read_segment_data_u16(basePointer, index)
[all …]
DSI32_EPCA_A_Type.c258 uint32_t index) in _SI32_EPCA_A_set_dma_write_end_index() argument
260 assert(index < 8); // index < 2^3 in _SI32_EPCA_A_set_dma_write_end_index()
262 basePointer->MODE.DEND = index; in _SI32_EPCA_A_set_dma_write_end_index()
290 uint32_t index) in _SI32_EPCA_A_set_dma_write_transfer_pointer() argument
292 assert(index < 8); // index < 2^3 in _SI32_EPCA_A_set_dma_write_transfer_pointer()
294 basePointer->MODE.DPTR = index; in _SI32_EPCA_A_set_dma_write_transfer_pointer()
322 uint32_t index) in _SI32_EPCA_A_set_dma_target_start_index() argument
324 assert(index < 8); // index < 2^3 in _SI32_EPCA_A_set_dma_target_start_index()
326 basePointer->MODE.DSTART = index; in _SI32_EPCA_A_set_dma_target_start_index()
DSI32_EPCA_A_Type.h350 #define SI32_EPCA_A_set_dma_write_end_index(basePointer, index) \ argument
351 (basePointer->MODE.DEND = index)
394 #define SI32_EPCA_A_set_dma_write_transfer_pointer(basePointer, index) \ argument
395 (basePointer->MODE.DPTR = index)
438 #define SI32_EPCA_A_set_dma_target_start_index(basePointer, index) \ argument
439 (basePointer->MODE.DSTART = index)
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_net_si91x_integration_handler.c308 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address() local
310 if (sli_si91x_sockets[index] != NULL) { in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address()
313 …const struct sockaddr_in *socket_address = (struct sockaddr_in *)&sli_si91x_sockets[index]->remote… in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address()
316 const struct sockaddr_in6 *ipv6_socket_address = &sli_si91x_sockets[index]->remote_address; in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address()
323 status = sli_si91x_flush_socket_command_queues_based_on_queue_type(index, frame_status); in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address()
327 status = sli_si91x_flush_socket_data_queues_based_on_queue_type(index); in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address()
332 sli_si91x_sockets[index]->state = DISCONNECTED; in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address()
Dsl_si91x_net_credentials.c143 uint8_t index = get_certificate_index(id); in sl_si91x_set_credential() local
146 status = sl_si91x_wifi_set_certificate_index((uint8_t)cert_type, index, NULL, 0); in sl_si91x_set_credential()
150 …status = sl_si91x_wifi_set_certificate_index((uint8_t)cert_type, index, credential, credential_len… in sl_si91x_set_credential()
170 uint8_t index = get_certificate_index(id); in sl_si91x_delete_credential() local
173 return sl_si91x_wifi_set_certificate_index((uint8_t)cert_type, index, NULL, 0); in sl_si91x_delete_credential()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_ipmu.c645 volatile uint32_t index = 0; in RSI_IPMU_ProgramConfigData() local
661 program_len = config[index]; in RSI_IPMU_ProgramConfigData()
665 for (index = 0; index < program_len; index++) { in RSI_IPMU_ProgramConfigData()
666 reg_addr = config[(2U * index) + 1]; in RSI_IPMU_ProgramConfigData()
667 reg_write_data = config[2U * (index + 1)]; in RSI_IPMU_ProgramConfigData()
707 volatile uint32_t index = 0; in RSI_APB_ProgramConfigData() local
724 program_len = config[index]; in RSI_APB_ProgramConfigData()
728 for (index = 0; index < program_len; index++) { in RSI_APB_ProgramConfigData()
730 reg_write_data = config[2U * (index + 1)]; in RSI_APB_ProgramConfigData()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c342 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; ++index) { in sli_si91x_get_socket_from_id() local
343 sli_si91x_socket_t *socket = sli_si91x_sockets[index]; in sli_si91x_get_socket_from_id()
393 sli_si91x_sockets[socket_index]->index = socket_index; in get_free_socket()
801 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_shutdown() local
802 const sli_si91x_socket_t *socket_id = get_si91x_socket(index); in sli_si91x_shutdown()
808 reset_socket_state(index); in sli_si91x_shutdown()
849 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; index++) { in si91x_socket_event_handler() local
850 sli_si91x_socket_t *socket = get_si91x_socket(index); in si91x_socket_event_handler()
857 sli_si91x_flush_socket_command_queues_based_on_queue_type(index, frame_status); in si91x_socket_event_handler()
858 sli_si91x_flush_socket_data_queues_based_on_queue_type(index); in si91x_socket_event_handler()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c1416 for (int index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_flush_all_socket_command_queues() local
1418 if ((sli_si91x_sockets[index] != NULL) && (sli_si91x_sockets[index]->vap_id == vap_id)) { in sli_si91x_flush_all_socket_command_queues()
1420 status = sli_si91x_flush_socket_command_queues_based_on_queue_type(index, frame_status); in sli_si91x_flush_all_socket_command_queues()
1431 sl_status_t sli_si91x_flush_socket_command_queues_based_on_queue_type(uint8_t index, uint16_t frame… in sli_si91x_flush_socket_command_queues_based_on_queue_type() argument
1438 sli_si91x_socket_t *socket = get_si91x_socket(index); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1506 sli_si91x_set_socket_event((1 << socket->index)); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1514 tx_socket_command_command_in_flight_queues_status |= (1 << socket->index); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1591 sli_si91x_set_socket_event((1 << socket->index)); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1612 tx_socket_command_queues_status &= ~(1 << socket->index); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1624 for (int index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_flush_all_socket_data_queues() local
[all …]
/hal_silabs-latest/gecko/emlib/src/
Dem_eusart.c493 for (uint8_t index = 0; index < dali_tx_nb_packets[EUSART_NUM(eusart)]; index++) { in EUSART_Dali_Tx() local
499 packet = (data >> (index * 16)); in EUSART_Dali_Tx()
519 for (uint8_t index = 0; index < dali_rx_nb_packets[EUSART_NUM(eusart)]; index++) { in EUSART_Dali_Rx() local
525 data |= ((eusart->RXDATA & _EUSART_RXDATA_RXDATA_MASK) << (index * 16)); in EUSART_Dali_Rx()
1038 uint8_t index = EUSART_NUM(eusart); in EUSART_AsyncInitCommon() local
1042 dali_tx_nb_packets[index] = 1; in EUSART_AsyncInitCommon()
1044 dali_tx_nb_packets[index] = 2; in EUSART_AsyncInitCommon()
1049 dali_rx_nb_packets[index] = 1; in EUSART_AsyncInitCommon()
1051 dali_rx_nb_packets[index] = 2; in EUSART_AsyncInitCommon()
Dem_cmu.c2631 int index = 0; in CMU_DPLLLock() local
2676 index = (int)i; // Correct band found in CMU_DPLLLock()
2680 if ((uint32_t)index == HFRCOCALTABLE_ENTRIES) { in CMU_DPLLLock()
2684 hfrcoCalVal = hfrcoCalTable[index].value; in CMU_DPLLLock()
2687 if (hfrcoCalTable[index].band != (CMU_HFRCODPLLFreq_TypeDef)0) { in CMU_DPLLLock()
2690 tuning = (HFRCODPLLDevinfoGet(hfrcoCalTable[index].band) in CMU_DPLLLock()
10209 int index = 0; in CMU_DPLLLock() local
10237 index = (int)i; // Correct band found in CMU_DPLLLock()
10241 if ((uint32_t)index == HFRCOCTRLTABLE_ENTRIES) { in CMU_DPLLLock()
10245 hfrcoCtrlVal = hfrcoCtrlTable[index].value; in CMU_DPLLLock()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_eusart.c496 for (uint8_t index = 0; index < dali_tx_nb_packets[EUSART_NUM(eusart)]; index++) { in EUSART_Dali_Tx() local
502 packet = (data >> (index * 16)); in EUSART_Dali_Tx()
522 for (uint8_t index = 0; index < dali_rx_nb_packets[EUSART_NUM(eusart)]; index++) { in EUSART_Dali_Rx() local
528 data |= ((eusart->RXDATA & _EUSART_RXDATA_RXDATA_MASK) << (index * 16)); in EUSART_Dali_Rx()
1041 uint8_t index = EUSART_NUM(eusart); in EUSART_AsyncInitCommon() local
1045 dali_tx_nb_packets[index] = 1; in EUSART_AsyncInitCommon()
1047 dali_tx_nb_packets[index] = 2; in EUSART_AsyncInitCommon()
1052 dali_rx_nb_packets[index] = 1; in EUSART_AsyncInitCommon()
1054 dali_rx_nb_packets[index] = 2; in EUSART_AsyncInitCommon()
Dem_cmu.c2660 int index = 0; in CMU_DPLLLock() local
2705 index = (int)i; // Correct band found in CMU_DPLLLock()
2709 if ((uint32_t)index == HFRCOCALTABLE_ENTRIES) { in CMU_DPLLLock()
2713 hfrcoCalVal = hfrcoCalTable[index].value; in CMU_DPLLLock()
2716 if (hfrcoCalTable[index].band != (CMU_HFRCODPLLFreq_TypeDef)0) { in CMU_DPLLLock()
2719 tuning = (HFRCODPLLDevinfoGet(hfrcoCalTable[index].band) in CMU_DPLLLock()
10262 int index = 0; in CMU_DPLLLock() local
10290 index = (int)i; // Correct band found in CMU_DPLLLock()
10294 if ((uint32_t)index == HFRCOCTRLTABLE_ENTRIES) { in CMU_DPLLLock()
10298 hfrcoCtrlVal = hfrcoCtrlTable[index].value; in CMU_DPLLLock()
[all …]
/hal_silabs-latest/gecko/platform/radio/rail_lib/protocol/ieee802154/
Drail_ieee802154.h872 uint8_t index);
891 uint8_t index);
910 uint8_t index);
/hal_silabs-latest/wiseconnect/components/common/src/
Dsl_utility.c313 uint8_t index = 0; in convert_string_to_mac_address() local
314 while (index < 6) { in convert_string_to_mac_address()
323 mac->octet[index++] = (uint8_t)((uint8_t)char1 << 4) + (uint8_t)char2; in convert_string_to_mac_address()
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/protocol/ieee802154/
Drail_ieee802154.h905 uint8_t index);
924 uint8_t index);
943 uint8_t index);
/hal_silabs-latest/gecko/platform/radio/rail_lib/plugin/pa-conversions/
Dpa_conversions_efr32.c283 uint32_t index = powerIndex - (powerIndex - lower) / 2U; in RAIL_ConvertDbmToRaw() local
284 if (power < modeInfo->conversion.mappingTable[index]) { in RAIL_ConvertDbmToRaw()
285 powerIndex = index - 1U; in RAIL_ConvertDbmToRaw()
287 lower = index; in RAIL_ConvertDbmToRaw()
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/
Dpa_conversions_efr32.c362 uint32_t index = powerIndex - (powerIndex - lower) / 2U; in RAIL_ConvertDbmToRaw() local
363 if (power < modeInfo->conversion.mappingTable[index]) { in RAIL_ConvertDbmToRaw()
364 powerIndex = index - 1U; in RAIL_ConvertDbmToRaw()
366 lower = index; in RAIL_ConvertDbmToRaw()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_rsi_utility.h498 sl_status_t sli_si91x_flush_socket_command_queues_based_on_queue_type(uint8_t index, uint16_t frame…
502 sl_status_t sli_si91x_flush_socket_data_queues_based_on_queue_type(uint8_t index);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_types.h229 int32_t index; ///< Socket index member
Dsl_si91x_socket_utility.h176 void get_free_socket(sli_si91x_socket_t **socket, int *index);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c1070 sli_si91x_set_socket_event(1 << socket->index);
1120 sli_si91x_set_socket_event(1 << socket->index);
1315 sli_si91x_set_socket_event(1 << socket->index);
/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi_types.h395 uint8_t index[2]; ///< Index of the active WEP key member
/hal_silabs-latest/gecko/platform/radio/rail_lib/common/
Drail.h4297 uint8_t index,
4344 uint8_t index);
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/
Drail.h4653 uint8_t index,
4700 uint8_t index);