Home
last modified time | relevance | path

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

123456

/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_DMADESC_A_Type.c50 (basePointer)->CONFIG.U32 = config; in _SI32_DMADESC_A_initialize()
81 basePointer->CONFIG.U32 = config; in _SI32_DMADESC_A_configure()
82 basePointer->CONFIG.NCOUNT = count; in _SI32_DMADESC_A_configure()
85 size = basePointer->CONFIG.SRCAIMD; in _SI32_DMADESC_A_configure()
92 size = basePointer->CONFIG.DSTAIMD; in _SI32_DMADESC_A_configure()
117 (basePointer)->CONFIG.U32 = SI32_DMADESC_A_CONFIG_MEMORY_SG; in _SI32_DMADESC_A_configure_memory_scatter_gather()
118 (basePointer)->CONFIG.NCOUNT = (descCount * 4) - 1; in _SI32_DMADESC_A_configure_memory_scatter_gather()
139 (basePointer)->CONFIG.U32 = SI32_DMADESC_A_CONFIG_PERIPHERAL_SG; in _SI32_DMADESC_A_configure_peripheral_scatter_gather()
140 (basePointer)->CONFIG.NCOUNT = (descCount * 4) - 1; in _SI32_DMADESC_A_configure_peripheral_scatter_gather()
DSI32_SSG_A_Type.c46 basePointer->CONFIG.U32 = config; in _SI32_SSG_A_initialize()
62 basePointer->CONFIG.U32 = config; in _SI32_SSG_A_write_config()
75 return basePointer->CONFIG.U32; in _SI32_SSG_A_read_config()
91 basePointer->CONFIG.COUNT = count; in _SI32_SSG_A_set_conversion_count()
104 basePointer->CONFIG.SSEL = SI32_SSG_A_CONFIG_SSEL_NORMAL_VALUE; in _SI32_SSG_A_select_speed_normal()
117 basePointer->CONFIG.SSEL = SI32_SSG_A_CONFIG_SSEL_DOUBLE_VALUE; in _SI32_SSG_A_select_speed_double()
130 basePointer->CONFIG.PHGFREN = SI32_SSG_A_CONFIG_PHGFREN_ENABLED_VALUE; in _SI32_SSG_A_start_phase_generator_freerun()
143 basePointer->CONFIG.PHGFREN = SI32_SSG_A_CONFIG_PHGFREN_DISABLED_VALUE; in _SI32_SSG_A_stop_phase_generator_freerun()
156 basePointer->CONFIG.PUGFREN = SI32_SSG_A_CONFIG_PUGFREN_ENABLED_VALUE; in _SI32_SSG_A_start_pulse_generator_freerun()
169 basePointer->CONFIG.PUGFREN = SI32_SSG_A_CONFIG_PUGFREN_DISABLED_VALUE; in _SI32_SSG_A_stop_pulse_generator_freerun()
DSI32_SSG_A_Type.h67 basePointer->CONFIG.U32 = config;\
89 (basePointer->CONFIG.U32 = config)
105 (basePointer->CONFIG.U32)
125 (basePointer->CONFIG.COUNT = count)
138 (basePointer->CONFIG.SSEL = SI32_SSG_A_CONFIG_SSEL_NORMAL_VALUE)
151 (basePointer->CONFIG.SSEL = SI32_SSG_A_CONFIG_SSEL_DOUBLE_VALUE)
164 (basePointer->CONFIG.PHGFREN = SI32_SSG_A_CONFIG_PHGFREN_ENABLED_VALUE)
177 (basePointer->CONFIG.PHGFREN = SI32_SSG_A_CONFIG_PHGFREN_DISABLED_VALUE)
190 (basePointer->CONFIG.PUGFREN = SI32_SSG_A_CONFIG_PUGFREN_ENABLED_VALUE)
203 (basePointer->CONFIG.PUGFREN = SI32_SSG_A_CONFIG_PUGFREN_DISABLED_VALUE)
DSI32_EXTVREG_A_Type.c50 basePointer->CONFIG.U32 = config; in _SI32_EXTVREG_A_initialize()
252 basePointer->CONFIG.U32 = config; in _SI32_EXTVREG_A_write_config()
265 return basePointer->CONFIG.U32; in _SI32_EXTVREG_A_read_config()
286 basePointer->CONFIG.IMIN = imin-1; in _SI32_EXTVREG_A_set_current_limit_minimum()
287 basePointer->CONFIG.IMINFINE = iminfine; in _SI32_EXTVREG_A_set_current_limit_minimum()
304 basePointer->CONFIG.FBVOSEL = fbvoff; in _SI32_EXTVREG_A_set_foldback_voltage_offset()
321 basePointer->CONFIG.FBRATE = fbrate; in _SI32_EXTVREG_A_set_foldback_rate()
337 basePointer->CONFIG.IMAX = imax-2; in _SI32_EXTVREG_A_set_current_limit_maximum()
354 basePointer->CONFIG.VOUTSEL = vout-18; in _SI32_EXTVREG_A_set_voltage_output()
DSI32_EXTVREG_A_Type.h84 basePointer->CONFIG.U32 = config;\
300 (basePointer->CONFIG.U32 = config)
316 (basePointer->CONFIG.U32)
347 basePointer->CONFIG.IMIN = imin-1;\
348 basePointer->CONFIG.IMINFINE = iminfine;\
370 (basePointer->CONFIG.FBVOSEL = fbvoff)
391 (basePointer->CONFIG.FBRATE = fbrate)
411 (basePointer->CONFIG.IMAX = imax-2)
432 (basePointer->CONFIG.VOUTSEL = vout-18)
DSI32_SPI_A_Type.c49 basePointer->CONFIG.U32 = config; in _SI32_SPI_A_initialize()
520 return basePointer->CONFIG.U32; in _SI32_SPI_A_read_config()
535 basePointer->CONFIG.U32 = config; in _SI32_SPI_A_write_config()
574 return (bool)(basePointer->CONFIG.RFRQIEN); in _SI32_SPI_A_is_rx_fifo_read_request_interrupt_enabled()
613 return (bool)(basePointer->CONFIG.RFORIEN); in _SI32_SPI_A_is_rx_fifo_overrun_interrupt_enabled()
652 return (bool)(basePointer->CONFIG.TFRQIEN); in _SI32_SPI_A_is_tx_fifo_write_request_interrupt_enabled()
691 return (bool)(basePointer->CONFIG.TFORIEN); in _SI32_SPI_A_is_tx_fifo_overrun_interrupt_enabled()
730 return (bool)(basePointer->CONFIG.SLVSELIEN); in _SI32_SPI_A_is_slave_selected_interrupt_enabled()
769 return (bool)(basePointer->CONFIG.MDFIEN); in _SI32_SPI_A_is_mode_fault_interrupt_enabled()
808 return (bool)(basePointer->CONFIG.URIEN); in _SI32_SPI_A_is_underrun_interrupt_enabled()
[all …]
DSI32_SPI_A_Type.h76 basePointer->CONFIG.U32 = config;\
643 (basePointer->CONFIG.U32)
665 (basePointer->CONFIG.U32 = config)
704 ((bool)(basePointer->CONFIG.RFRQIEN))
743 ((bool)(basePointer->CONFIG.RFORIEN))
782 ((bool)(basePointer->CONFIG.TFRQIEN))
821 ((bool)(basePointer->CONFIG.TFORIEN))
860 ((bool)(basePointer->CONFIG.SLVSELIEN))
899 ((bool)(basePointer->CONFIG.MDFIEN))
938 ((bool)(basePointer->CONFIG.URIEN))
[all …]
DSI32_I2C_A_Type.c59 basePointer->CONFIG.U32 = config; in _SI32_I2C_A_initialize()
876 basePointer->CONFIG.U32 = config; in _SI32_I2C_A_write_config()
890 return basePointer->CONFIG.U32; in _SI32_I2C_A_read_config()
905 basePointer->CONFIG.SCALER = value; in _SI32_I2C_A_set_scaler_value()
918 return basePointer->CONFIG.SCALER; in _SI32_I2C_A_get_scaler_value()
957 return (bool)(basePointer->CONFIG.STOIEN); in _SI32_I2C_A_is_stop_interrupt_enabled()
996 return (bool)(basePointer->CONFIG.ACKIEN); in _SI32_I2C_A_is_ack_interrupt_enabled()
1035 return (bool)(basePointer->CONFIG.RXIEN); in _SI32_I2C_A_is_rx_interrupt_enabled()
1074 return (bool)(basePointer->CONFIG.TXIEN); in _SI32_I2C_A_is_tx_interrupt_enabled()
1113 return (bool)(basePointer->CONFIG.STAIEN); in _SI32_I2C_A_is_start_interrupt_enabled()
[all …]
DSI32_TIMER_A_Type.c50 basePointer->CONFIG.U32 = config; in _SI32_TIMER_A_initialize()
68 basePointer->CONFIG.U32 = config; in _SI32_TIMER_A_write_config()
82 return basePointer->CONFIG.U32; in _SI32_TIMER_A_read_config()
255 return (bool)(basePointer->CONFIG.LOVFIEN); in _SI32_TIMER_A_is_low_overflow_interrupt_enabled()
406 return (bool)(basePointer->CONFIG.LSTATE); in _SI32_TIMER_A_get_low_state_indicator()
445 return (bool) (basePointer->CONFIG.LEXI); in _SI32_TIMER_A_is_low_extra_interrupt_pending()
471 return (bool) (basePointer->CONFIG.LOVFI); in _SI32_TIMER_A_is_low_overflow_interrupt_pending()
685 return (bool)(basePointer->CONFIG.HOVFIEN); in _SI32_TIMER_A_is_high_overflow_interrupt_enabled()
864 return (bool) (basePointer->CONFIG.HSTATE); in _SI32_TIMER_A_get_high_state_indicator()
903 return (bool)(basePointer->CONFIG.HEXI); in _SI32_TIMER_A_is_high_extra_interrupt_pending()
[all …]
DSI32_I2C_A_Type.h110 basePointer->CONFIG.U32 = config;\
983 (basePointer->CONFIG.U32 = config)
999 (basePointer->CONFIG.U32)
1018 (basePointer->CONFIG.SCALER = value)
1031 (basePointer->CONFIG.SCALER)
1070 ((bool)(basePointer->CONFIG.STOIEN))
1109 ((bool)(basePointer->CONFIG.ACKIEN))
1148 ((bool)(basePointer->CONFIG.RXIEN))
1187 ((bool)(basePointer->CONFIG.TXIEN))
1226 ((bool)(basePointer->CONFIG.STAIEN))
[all …]
DSI32_TIMER_A_Type.h81 basePointer->CONFIG.U32 = config;\
107 (basePointer->CONFIG.U32 = config)
123 (basePointer->CONFIG.U32)
300 ((bool)(basePointer->CONFIG.LOVFIEN))
463 ((bool)(basePointer->CONFIG.LSTATE))
502 ((bool) (basePointer->CONFIG.LEXI))
528 ((bool) (basePointer->CONFIG.LOVFI))
750 ((bool)(basePointer->CONFIG.HOVFIEN))
939 ((bool) (basePointer->CONFIG.HSTATE))
978 ((bool)(basePointer->CONFIG.HEXI))
[all …]
DSI32_SPI_B_Type.c50 basePointer->CONFIG.U32 = config; in _SI32_SPI_B_initialize()
523 return basePointer->CONFIG.U32; in _SI32_SPI_B_read_config()
538 basePointer->CONFIG.U32 = config; in _SI32_SPI_B_write_config()
577 return (bool)(basePointer->CONFIG.RFRQIEN); in _SI32_SPI_B_is_rx_fifo_read_request_interrupt_enabled()
616 return (bool)(basePointer->CONFIG.RFORIEN); in _SI32_SPI_B_is_rx_fifo_overrun_interrupt_enabled()
655 return (bool)(basePointer->CONFIG.TFRQIEN); in _SI32_SPI_B_is_tx_fifo_write_request_interrupt_enabled()
694 return (bool)(basePointer->CONFIG.TFORIEN); in _SI32_SPI_B_is_tx_fifo_overrun_interrupt_enabled()
733 return (bool)(basePointer->CONFIG.SLVSELIEN); in _SI32_SPI_B_is_slave_selected_interrupt_enabled()
772 return (bool)(basePointer->CONFIG.MDFIEN); in _SI32_SPI_B_is_mode_fault_interrupt_enabled()
811 return (bool)(basePointer->CONFIG.URIEN); in _SI32_SPI_B_is_underrun_interrupt_enabled()
[all …]
DSI32_SPI_B_Type.h78 basePointer->CONFIG.U32 = config;\
645 (basePointer->CONFIG.U32)
667 (basePointer->CONFIG.U32 = config)
706 ((bool)(basePointer->CONFIG.RFRQIEN))
745 ((bool)(basePointer->CONFIG.RFORIEN))
784 ((bool)(basePointer->CONFIG.TFRQIEN))
823 ((bool)(basePointer->CONFIG.TFORIEN))
862 ((bool)(basePointer->CONFIG.SLVSELIEN))
901 ((bool)(basePointer->CONFIG.MDFIEN))
940 ((bool)(basePointer->CONFIG.URIEN))
[all …]
DSI32_ACCTR_A_Type.c53 basePointer->CONFIG.U32=config; in _SI32_ACCTR_A_initialize_module()
79 basePointer->CONFIG.U32 = config; in _SI32_ACCTR_A_write_config()
93 return basePointer->CONFIG.U32; in _SI32_ACCTR_A_read_config()
106 basePointer->CONFIG.U32 = (basePointer->CONFIG.U32); in _SI32_ACCTR_A_reset_module()
119 basePointer->CONFIG.PCMD = SI32_ACCTR_A_CONFIG_PCMD_DISABLED_VALUE; in _SI32_ACCTR_A_disable_module()
132 return basePointer->CONFIG.UPDSTSF; in _SI32_ACCTR_A_is_write_in_progress()
145 basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_NONE_VALUE; in _SI32_ACCTR_A_select_no_debug_outputs()
158 basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_LCC0_LCC1_VALUE; in _SI32_ACCTR_A_select_lc_mode_cmp0_and_cmp1_debug_outputs()
171 basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_LCC0_INT0_VALUE; in _SI32_ACCTR_A_select_lc_mode_cmp0_and_integ0_debug_outputs()
184 basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_LCC1_INT1_VALUE; in _SI32_ACCTR_A_select_lc_mode_cmp1_and_integ1_debug_outputs()
[all …]
DSI32_FLASHCTRL_A_Type.c46 basePointer->CONFIG.U32 = config; in _SI32_FLASHCTRL_A_initialize()
62 basePointer->CONFIG.U32 = config; in _SI32_FLASHCTRL_A_write_config()
76 return basePointer->CONFIG.U32; in _SI32_FLASHCTRL_A_read_config()
255 return (bool)(basePointer->CONFIG.BUSYF); in _SI32_FLASHCTRL_A_is_flash_busy()
268 return (bool)(basePointer->CONFIG.BUFSTS); in _SI32_FLASHCTRL_A_is_buffer_full()
DSI32_DCDC_A_Type.c47 basePointer->CONFIG.U32 = config; in _SI32_DCDC_A_initialize()
498 basePointer->CONFIG.U32 = config; in _SI32_DCDC_A_write_config()
512 return basePointer->CONFIG.U32; in _SI32_DCDC_A_read_config()
529 basePointer->CONFIG.ILIMIT = limit; in _SI32_DCDC_A_select_current_limit()
546 basePointer->CONFIG.INTMD = mode; in _SI32_DCDC_A_select_interrupt_mode()
564 basePointer->CONFIG.RDYLOWTH = threshold; in _SI32_DCDC_A_select_converter_ready_low_threshold()
DSI32_DCDC_A_Type.h69 basePointer->CONFIG.U32 = config;\
586 (basePointer->CONFIG.U32 = config)
602 (basePointer->CONFIG.U32)
625 (basePointer->CONFIG.ILIMIT = limit)
648 (basePointer->CONFIG.INTMD = mode)
672 (basePointer->CONFIG.RDYLOWTH = threshold)
DSI32_ACCTR_A_Type.h116 basePointer->CONFIG.U32=config;\
150 (basePointer->CONFIG.U32 = config)
166 (basePointer->CONFIG.U32)
179 (basePointer->CONFIG.U32 = (basePointer->CONFIG.U32))
192 (basePointer->CONFIG.PCMD = SI32_ACCTR_A_CONFIG_PCMD_DISABLED_VALUE)
205 (basePointer->CONFIG.UPDSTSF)
218 (basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_NONE_VALUE)
231 (basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_LCC0_LCC1_VALUE)
244 (basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_LCC0_INT0_VALUE)
257 (basePointer->CONFIG.DBGSEL = SI32_ACCTR_A_CONFIG_DBGSEL_LCC1_INT1_VALUE)
[all …]
DSI32_FLASHCTRL_A_Type.h65 basePointer->CONFIG.U32 = config;\
88 (basePointer->CONFIG.U32 = config)
104 (basePointer->CONFIG.U32)
313 ((bool)(basePointer->CONFIG.BUFSTS))
330 ((bool)(basePointer->CONFIG.BUSYF))
DSI32_RTC_B_Type.c56 basePointer->CONFIG.U32 = config; in _SI32_RTC_B_initialize()
77 basePointer->CONFIG.U32 = config; in _SI32_RTC_B_write_config()
90 return basePointer->CONFIG.U32; in _SI32_RTC_B_read_config()
327 return (bool)(basePointer->CONFIG.ALM0EN); in _SI32_RTC_B_is_alarm0_enabled()
366 return (bool)(basePointer->CONFIG.ALM1EN); in _SI32_RTC_B_is_alarm1_enabled()
405 return (bool)(basePointer->CONFIG.ALM2EN); in _SI32_RTC_B_is_alarm2_enabled()
/hal_silabs-latest/si32/si32Hal/sim3l1xx/
DSI32_PMU_A_Type.c55 basePointer->CONFIG.U32 = in _SI32_PMU_A_initialize()
56 (((basePointer->CONFIG.U32)&~0x00000D70) in _SI32_PMU_A_initialize()
450 return basePointer->CONFIG.U32; in _SI32_PMU_A_read_config()
466 basePointer->CONFIG.U32 = in _SI32_PMU_A_write_config()
467 (((basePointer->CONFIG.U32)&~0x00000D70) in _SI32_PMU_A_write_config()
481 basePointer->CONFIG.VDRVSMD = SI32_PMU_A_CONFIG_VDRVSMD_VBAT_VALUE; in _SI32_PMU_A_select_vdrv_connected_to_vbat()
494 basePointer->CONFIG.VDRVSMD = SI32_PMU_A_CONFIG_VDRVSMD_VDC_VALUE; in _SI32_PMU_A_select_vdrv_connected_to_vdc()
507 basePointer->CONFIG.VDRVSMD = SI32_PMU_A_CONFIG_VDRVSMD_HIGHZ_VALUE; in _SI32_PMU_A_select_vdrv_high_impedence()
548 basePointer->CONFIG.CPLOAD = load; in _SI32_PMU_A_set_low_power_charge_pump_load()
DSI32_PMU_A_Type.h87 basePointer->CONFIG.U32 =\
88 (((basePointer->CONFIG.U32)&~0x00000D70)\
503 (basePointer->CONFIG.U32)
525 basePointer->CONFIG.U32 =\
526 (((basePointer->CONFIG.U32)&~0x00000D70)\
541 (basePointer->CONFIG.VDRVSMD = SI32_PMU_A_CONFIG_VDRVSMD_VBAT_VALUE)
554 (basePointer->CONFIG.VDRVSMD = SI32_PMU_A_CONFIG_VDRVSMD_VDC_VALUE)
567 (basePointer->CONFIG.VDRVSMD = SI32_PMU_A_CONFIG_VDRVSMD_HIGHZ_VALUE)
612 (basePointer->CONFIG.CPLOAD = load)
/hal_silabs-latest/si32/si32Hal/sim3u1xx/
DSI32_SCONFIG_A_Type.c46 basePointer->CONFIG.U32 = config; in _SI32_SCONFIG_A_initialize()
61 basePointer->CONFIG.U32 = config; in _SI32_SCONFIG_A_write_config()
75 return basePointer->CONFIG.U32; in _SI32_SCONFIG_A_read_config()
DSI32_SCONFIG_A_Type.h64 (basePointer->CONFIG.U32 = config)
86 (basePointer->CONFIG.U32 = config)
102 (basePointer->CONFIG.U32)
/hal_silabs-latest/si32/si32Hal/sim3c1xx/
DSI32_SCONFIG_A_Type.c46 basePointer->CONFIG.U32 = config; in _SI32_SCONFIG_A_initialize()
61 basePointer->CONFIG.U32 = config; in _SI32_SCONFIG_A_write_config()
75 return basePointer->CONFIG.U32; in _SI32_SCONFIG_A_read_config()

123456