Searched refs:action (Results 1 – 11 of 11) sorted by relevance
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_gpiote.h | 145 nrf_gpiote_polarity_t action; /**< Configuration of the pin task. */ member 153 .action = NRF_GPIOTE_POLARITY_LOTOHI, \ 166 .action = NRF_GPIOTE_POLARITY_HITOLO, \ 175 .action = NRF_GPIOTE_POLARITY_LOTOHI, \ 186 .action = NRF_GPIOTE_POLARITY_TOGGLE, \ 200 typedef void (*nrfx_gpiote_evt_handler_t)(nrfx_gpiote_pin_t pin, nrf_gpiote_polarity_t action);
|
/lk-master/tools/ |
A D | bin2h.py | 8 parser.add_option("-b", "--before", dest="before", action="append", 10 parser.add_option("-a", "--after", dest="after", action="append",
|
/lk-master/dev/include/dev/class/ |
A D | netif.h | 27 status_t (*mcast_filter)(struct device *dev, const uint8_t *mac, int action); 38 status_t class_netif_mcast_filter(struct device *dev, const uint8_t *mac, int action);
|
/lk-master/dev/class/ |
A D | netif_api.c | 67 status_t class_netif_mcast_filter(struct device *dev, const uint8_t *mac, int action) { in class_netif_mcast_filter() argument 73 return ops->mcast_filter(dev, mac, action); in class_netif_mcast_filter()
|
/lk-master/platform/rp20xx/tools/ |
A D | uf2conv.py | 281 parser.add_argument('-l' , '--list', action='store_true', 283 parser.add_argument('-c' , '--convert', action='store_true', 285 parser.add_argument('-D' , '--deploy', action='store_true', 290 parser.add_argument('-C' , '--carray', action='store_true',
|
/lk-master/external/platform/pico/rp2_common/hardware_clocks/scripts/ |
A D | vcocalc.py | 9 parser.add_argument("--low-vco", "-l", action="store_true", help="Use a lower VCO frequency when po…
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | netif.h | 131 ip_addr_t *group, u8_t action);
|
/lk-master/app/tests/ |
A D | port_tests.c | 404 static status_t send_watcher_cmd(port_t cmd_port, action_t action, port_t port) { in send_watcher_cmd() argument 405 watcher_cmd _cmd = {action, port}; in send_watcher_cmd()
|
/lk-master/lib/norfs/test/ |
A D | norfs_test.c | 503 int action = rand() % 6; in test_thrash_fs() local 505 switch (action) { in test_thrash_fs()
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_spis.c | 96 nrf_gpiote_polarity_t action) in csn_event_handler() argument
|
A D | nrfx_gpiote.c | 302 p_config->action, in nrfx_gpiote_out_init()
|
Completed in 15 milliseconds