Searched refs:kd_pin_write (Results 1 – 4 of 4) sorted by relevance
45 kd_pin_write(LED_PIN_NUM, GPIO_PV_HIGH); in gpio_led_flashing()49 kd_pin_write(LED_PIN_NUM, GPIO_PV_LOW); in gpio_led_flashing()76 kd_pin_write(OUT_PIN_NUM, GPIO_PV_LOW); in gpio_io()81 kd_pin_write(OUT_PIN_NUM, GPIO_PV_HIGH); in gpio_io()
45 kd_pin_write(LED_PIN_NUM, GPIO_PV_HIGH); in led_on()52 kd_pin_write(LED_PIN_NUM, GPIO_PV_LOW); in led_off()
130 rt_err_t kd_pin_write(rt_base_t pin, rt_base_t value);
167 rt_err_t kd_pin_write(rt_base_t pin, rt_base_t value) in kd_pin_write() function
Completed in 12 milliseconds