Searched refs:DIO20_PIN (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/src/ |
D | ext_flash.c | 18 #define DIO20_PIN 20 macro 30 gpio_pin_set(dev, DIO20_PIN, 0); in CC1352R1_LAUNCHXL_sendExtFlashByte() 48 gpio_pin_set(dev, DIO20_PIN, 1); /* CS */ in CC1352R1_LAUNCHXL_sendExtFlashByte() 68 gpio_pin_set(dev, DIO20_PIN, 0); in CC1352R1_LAUNCHXL_wakeUpExtFlash() 71 gpio_pin_set(dev, DIO20_PIN, 1); in CC1352R1_LAUNCHXL_wakeUpExtFlash() 92 gpio_pin_configure(dev, DIO20_PIN, GPIO_OUTPUT); in CC1352R1_LAUNCHXL_shutDownExtFlash()
|