JL_UNIVERSAL_MCU_SDK
快速入门
1. 开发准备说明
2. 硬件连接说明
3. 开发环境安装说明
4. SDK工程编译与下载
5. SDK应用开发说明
6. 调试方式
模块例程
1. GPIO
2. ADC
3. MCPWM
4. PWM_LED
5. 时钟设置
6. RTC
7. 触摸按键
8. IO 按键
9. 红外按键
10. TIMER模块外部捕获功能
11. TIMER模块PWM功能
12. UART
13. IIC协议
14. SPI
15. 低功耗触摸唤醒
16. 充电
17. VM区域系统配置部分
18. FLASH读写
19. MEMORY
20. 库符号重定位到指定段方法
21. DAC_IO
22. PMU
23. 系统启动时间
其他
FAQ汇总
开发常见问题
社区
官方认证
版本
版权
免责声明
关于
JL_UNIVERSAL_MCU_SDK
Index
Index
A
|
C
|
D
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
P
|
R
|
S
|
T
|
U
|
V
A
adc_get_value (C++ function)
adc_get_value_by_isr (C++ function)
adc_get_voltage (C++ function)
adc_init (C++ function)
adc_value_to_voltage (C++ function)
C
charge_close (C++ function)
charge_get_lvcmp_det (C++ function)
charge_get_mA_config (C++ function)
charge_get_online_flag (C++ function)
charge_get_vpwr_online_hw (C++ function)
charge_get_vpwr_pulldown_en (C++ function)
charge_get_vpwr_pulldown_res (C++ function)
charge_init (C++ function)
charge_set_mA (C++ function)
charge_start (C++ function)
clk_dump (C++ function)
clk_early_init (C++ function)
clk_get (C++ function)
clk_out (C++ function)
clk_set (C++ function)
clk_set_en (C++ function)
ctmu_init (C++ function)
ctmu_test (C++ function)
D
debug_uart_init (C++ function)
F
flash_read_buff (C++ function)
flash_read_write_init (C++ function)
flash_write_buff (C++ function)
G
get_ctmu_value (C++ function)
get_gpio (C++ function)
get_irflt_value (C++ function)
gpio2reg (C++ function)
gpio_direction_input (C++ function)
gpio_direction_output (C++ function)
gpio_read (C++ function)
gpio_read_input_value (C++ function)
gpio_set_die (C++ function)
gpio_set_dieh (C++ function)
gpio_set_direction (C++ function)
gpio_set_hd (C++ function)
gpio_set_hd0 (C++ function)
gpio_set_output_value (C++ function)
gpio_set_pull_down (C++ function)
gpio_set_pull_up (C++ function)
gpio_write (C++ function)
H
hw_iic_init (C++ function)
hw_iic_read_buf (C++ function)
hw_iic_resume (C++ function)
hw_iic_rx_byte (C++ function)
hw_iic_set_baud (C++ function)
hw_iic_start (C++ function)
hw_iic_stop (C++ function)
hw_iic_suspend (C++ function)
hw_iic_tx_byte (C++ function)
hw_iic_uninit (C++ function)
hw_iic_write_buf (C++ function)
I
io_get_key_value (C++ function)
io_key_init (C++ function)
io_key_process (C++ function)
ir_io_resume (C++ function)
ir_io_suspend (C++ function)
irflt_init (C++ function)
irflt_test (C++ function)
K
key_driver_init (C++ function)
key_driver_scan (C++ function)
key_msg_test_demo (C++ function)
L
lowpower_mode (C++ function)
lp_touch_key_disable (C++ function)
lp_touch_key_enable (C++ function)
lp_touch_key_init (C++ function)
M
mcpwm_ch_open_or_close (C++ function)
mcpwm_close (C++ function)
mcpwm_init (C++ function)
mcpwm_open (C++ function)
mcpwm_set_duty (C++ function)
mcpwm_set_frequency (C++ function)
mcpwm_test (C++ function)
mctimer_ch_open_or_close (C++ function)
P
pwm_led_init (C++ function)
pwm_led_test (C++ function)
R
rtc_caculate_weekday_by_time (C++ function)
rtc_init (C++ function)
rtc_read_alarm (C++ function)
rtc_read_time (C++ function)
rtc_set_alarm_ctrl (C++ function)
rtc_time_dump (C++ function)
rtc_write_alarm (C++ function)
rtc_write_time (C++ function)
S
set_timer_pwm_duty (C++ function)
soft_iic_init (C++ function)
soft_iic_read_buf (C++ function)
soft_iic_resume (C++ function)
soft_iic_rx_byte (C++ function)
soft_iic_start (C++ function)
soft_iic_stop (C++ function)
soft_iic_suspend (C++ function)
soft_iic_tx_byte (C++ function)
soft_iic_uninit (C++ function)
soft_iic_write_buf (C++ function)
spi_clear_pending (C++ function)
spi_close (C++ function)
spi_dma_recv (C++ function)
spi_dma_send (C++ function)
spi_dma_set_addr_for_isr (C++ function)
spi_get_baud (C++ function)
spi_get_pending (C++ function)
spi_open (C++ function)
spi_recv_byte (C++ function)
spi_recv_byte_for_isr (C++ function)
spi_send_byte (C++ function)
spi_send_byte_for_isr (C++ function)
spi_send_recv_byte (C++ function)
spi_set_baud (C++ function)
spi_set_bit_mode (C++ function)
spi_set_ie (C++ function)
sys_power_down (C++ function)
sys_softoff (C++ function)
T
timer_cap_init (C++ function)
timer_cap_test (C++ function)
timer_pwm_init (C++ function)
timer_pwm_test (C++ function)
U
uart_async_tx_buf (C++ function)
uart_init (C++ function)
uart_platform_data (C++ struct)
uart_platform_data::baudrate (C++ member)
uart_platform_data::id (C++ member)
uart_platform_data::rx_pin (C++ member)
uart_platform_data::tx_pin (C++ member)
uart_set_rx_irq_handler (C++ function)
uart_tx_buf (C++ function)
uart_tx_byte (C++ function)
usb1_iomode (C++ function)
usb_iomode (C++ function)
V
vm_eraser (C++ function)
vm_read (C++ function)
vm_write (C++ function)