Home
last modified time | relevance | path

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

12

/dports/lang/micropython/micropython-1.17/ports/cc3200/mods/
H A Dpybwdt.c98 mp_map_init_fixed_table(&kw_args, n_kw, all_args + n_args); in pyb_wdt_make_new()
H A Dmodnetwork.c92 mp_map_init_fixed_table(&kw_args, n_kw, all_args + n_args); in network_server_make_new()
H A Dpybsd.c130 mp_map_init_fixed_table(&kw_args, n_kw, all_args + n_args); in pyb_sd_make_new()
H A Dpybadc.c144 mp_map_init_fixed_table(&kw_args, n_kw, all_args + n_args); in adc_make_new()
H A Dpybspi.c230 mp_map_init_fixed_table(&kw_args, n_kw, all_args + n_args); in pyb_spi_make_new()
H A Dpybrtc.c289 mp_map_init_fixed_table(&kw_args, n_kw, all_args + n_args); in pyb_rtc_make_new()
H A Dpybi2c.c337 mp_map_init_fixed_table(&kw_args, n_kw, all_args + n_args); in pyb_i2c_make_new()
/dports/lang/micropython/micropython-1.17/py/
H A Dargcheck.c136 mp_map_init_fixed_table(&kw_args, n_kw, args + n_pos); in mp_arg_parse_all_kw_array()
H A Dmap.c82 void mp_map_init_fixed_table(mp_map_t *map, size_t n, const mp_obj_t *table) { in mp_map_init_fixed_table() function
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dmachine_timer.c109 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in machine_timer_make_new()
H A Dpyb_spi.c147 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in pyb_spi_make_new()
H A Ddac.c332 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in pyb_dac_make_new()
/dports/lang/micropython/micropython-1.17/ports/esp8266/
H A Dmachine_pwm.c102 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in pyb_pwm_make_new()
H A Dmachine_hspi.c169 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in machine_hspi_make_new()
H A Dmachine_uart.c217 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in pyb_uart_make_new()
H A Dmachine_pin.c324 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in mp_pin_make_new()
/dports/lang/micropython/micropython-1.17/ports/zephyr/
H A Dmachine_uart.c88 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in machine_uart_make_new()
H A Dmachine_pin.c148 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in mp_pin_make_new()
/dports/lang/micropython/micropython-1.17/ports/rp2/
H A Dmachine_timer.c122 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in machine_timer_make_new()
H A Dmachine_pin.c237 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in mp_pin_make_new()
/dports/lang/micropython/micropython-1.17/ports/mimxrt/
H A Dmachine_timer.c163 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in machine_timer_make_new()
H A Dmachine_uart.c292 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in machine_uart_make_new()
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmachine_pwm.c215 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in esp32_pwm_make_new()
H A Dmachine_sdcard.c148 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in machine_sdcard_make_new()
/dports/lang/micropython/micropython-1.17/ports/teensy/
H A Duart.c347 mp_map_init_fixed_table(&kw_args, n_kw, args + n_args); in pyb_uart_make_new()

12