Home
last modified time | relevance | path

Searched refs:action (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_gpiote.h145 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 Dbin2h.py8 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 Dnetif.h27 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 Dnetif_api.c67 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 Duf2conv.py281 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 Dvcocalc.py9 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 Dnetif.h131 ip_addr_t *group, u8_t action);
/lk-master/app/tests/
A Dport_tests.c404 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 Dnorfs_test.c503 int action = rand() % 6; in test_thrash_fs() local
505 switch (action) { in test_thrash_fs()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_spis.c96 nrf_gpiote_polarity_t action) in csn_event_handler() argument
A Dnrfx_gpiote.c302 p_config->action, in nrfx_gpiote_out_init()

Completed in 15 milliseconds