diff options
Diffstat (limited to 'stmhal/qstrdefsport.h')
| -rw-r--r-- | stmhal/qstrdefsport.h | 61 |
1 files changed, 38 insertions, 23 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index d64b0c2dd..f2ba3669e 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -7,6 +7,8 @@ Q(sd_test) Q(present) Q(power) Q(wfi) +Q(disable_irq) +Q(enable_irq) Q(stop) Q(standby) Q(source_dir) @@ -38,19 +40,34 @@ Q(gpio_out) Q(FileIO) // Entries for sys.path Q(0:/) -Q(0:/src) Q(0:/lib) +Q(rtc_info) +Q(millis) + +// for Pin class Q(Pin) -Q(PinMap) Q(PinAF) Q(PinNamed) -Q(rtc_info) -Q(millis) +Q(value) +Q(low) +Q(high) +Q(name) +Q(port) +Q(pin) +Q(mapper) +Q(dict) +Q(debug) +Q(board) +Q(cpu) +Q(IN) +Q(OUT_PP) +Q(OUT_OD) +Q(AF_PP) +Q(AF_OD) +Q(ANALOG) Q(PULL_NONE) Q(PULL_UP) Q(PULL_DOWN) -Q(PUSH_PULL) -Q(OPEN_DRAIN) // for Led object Q(Led) @@ -59,26 +76,26 @@ Q(off) Q(toggle) Q(intensity) -// for Usart object -Q(Usart) +// for USART object +Q(USART) Q(status) Q(recv_chr) Q(send_chr) Q(send) -// for exti object -Q(Exti) +// for ExtInt class +Q(ExtInt) Q(line) Q(enable) Q(disable) Q(swint) Q(regs) -Q(MODE_IRQ_RISING) -Q(MODE_IRQ_FALLING) -Q(MODE_IRQ_RISING_FALLING) -Q(MODE_EVT_RISING) -Q(MODE_EVT_FALLING) -Q(MODE_EVT_RISING_FALLING) +Q(IRQ_RISING) +Q(IRQ_FALLING) +Q(IRQ_RISING_FALLING) +Q(EVT_RISING) +Q(EVT_FALLING) +Q(EVT_RISING_FALLING) // for I2C object Q(I2C) @@ -97,7 +114,7 @@ Q(filtered_xyz) // for ADC object Q(ADC) -Q(ADC_all) +Q(ADCAll) Q(read_timed) Q(read_channel) Q(read_core_temp) @@ -137,12 +154,10 @@ Q(input) // for stm module Q(stm) -Q(read8) -Q(read16) -Q(read32) -Q(write8) -Q(write16) -Q(write32) +Q(mem) +Q(mem8) +Q(mem16) +Q(mem32) Q(GPIOA) Q(GPIOB) Q(GPIOC) |
